This commit is contained in:
deathbybandaid 2022-02-01 15:16:20 -05:00
parent 0bec94c5f2
commit 77369f3d1a

View File

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