This commit is contained in:
deathbybandaid 2022-03-08 10:31:39 -05:00
parent 0ff983e922
commit 2978b9301c

View File

@ -8,7 +8,7 @@ TOPGRADE_CONF_REPO="https://git.deathbybandaid.net/deathbybandaid/topgrade.git"
topgrade () topgrade ()
{ {
if [[ -f "$TOPGRADE_PATH" ]] ; then if [[ -f "$TOPGRADE_PATH" ]] ; then
$TOPGRADE_PATH $0 $TOPGRADE_PATH $?
else else
echo "topgrade not found at $TOPGRADE_PATH" echo "topgrade not found at $TOPGRADE_PATH"
fi fi