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 ()
{
if [ -f "$topgrade_path" ] ; then
"$topgrade_path"
else
echo "topgrade not found at $topgrade_path"
fi
$topgrade_path
#if [ -f "$topgrade_path" ] ; then
# "$topgrade_path"
#else
# echo "topgrade not found at $topgrade_path"
#fi
}
# System Updates Only