This commit is contained in:
deathbybandaid 2022-02-01 15:17:44 -05:00
parent 77369f3d1a
commit 38662cd457

View File

@ -16,11 +16,12 @@ topgrade-conf-pull ()
topgrade () topgrade ()
{ {
if [ -f "$topgrade_path" ] ; then $topgrade_path
"$topgrade_path" #if [ -f "$topgrade_path" ] ; then
else # "$topgrade_path"
echo "topgrade not found at $topgrade_path" #else
fi # echo "topgrade not found at $topgrade_path"
#fi
} }
# System Updates Only # System Updates Only