test
This commit is contained in:
parent
77369f3d1a
commit
38662cd457
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user