diff --git a/topgrade.aliases b/topgrade.aliases index 329f752..0bfb1be 100644 --- a/topgrade.aliases +++ b/topgrade.aliases @@ -4,14 +4,14 @@ topgrade_conf_path="/etc/topgrade" topgrade_conf_repo="https://git.deathbybandaid.net/deathbybandaid/topgrade.git" -topgrade () -{ - if [ -f "$topgrade_path" ] ; then - "$topgrade_path" - else - echo "topgrade not found at $topgrade_path" - fi -} +#topgrade () +#{ +# if [ -f "$topgrade_path" ] ; then +# "$topgrade_path" +# else +# echo "topgrade not found at $topgrade_path" +# fi +#} # Use Configuration options from repo #topgrade-conf-pull ()