diff --git a/topgrade.aliases b/topgrade.aliases index 4757d6e..df77ad6 100644 --- a/topgrade.aliases +++ b/topgrade.aliases @@ -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