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