From 4ef9e27669a133321c64f1014e9e942caa8090c5 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 1 Feb 2022 15:15:28 -0500 Subject: [PATCH] test --- topgrade.aliases | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/topgrade.aliases b/topgrade.aliases index 4a46361..7b1e04b 100644 --- a/topgrade.aliases +++ b/topgrade.aliases @@ -4,15 +4,6 @@ topgrade_path="/opt/topgrade/topgrade" 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 -#} - # Use Configuration options from repo #topgrade-conf-pull () #{ @@ -23,6 +14,15 @@ topgrade_conf_repo="https://git.deathbybandaid.net/deathbybandaid/topgrade.git" # fi #} +#topgrade () +#{ +# if [ -f "$topgrade_path" ] ; then +# "$topgrade_path" +# else +# echo "topgrade not found at $topgrade_path" +# fi +#} + # System Updates Only #sysup () #{