From 784da7ceb40750a812713a4ba58e573abd75c4fb Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 1 Feb 2022 15:12:47 -0500 Subject: [PATCH] test --- topgrade.aliases | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 ()