From a4c9565a3376e956c0638ee69cc5887decc97dda Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 8 Mar 2022 10:16:32 -0500 Subject: [PATCH] test --- topgrade.aliases | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/topgrade.aliases b/topgrade.aliases index 535ed78..1f4fa5e 100644 --- a/topgrade.aliases +++ b/topgrade.aliases @@ -18,14 +18,14 @@ alias topgrade-conf-pull='topgrade_conf_pull' #alias topgrade='$topgrade_path' # System Updates Only -#alias sysup='$topgrade_path --config $topgrade_conf_path/systemonly.toml' +alias sysup='$topgrade_path --config $topgrade_conf_path/systemonly.toml' # Template Repos -#alias templategitup='$topgrade_path --config $topgrade_conf_path/template_git.toml' +alias templategitup='$topgrade_path --config $topgrade_conf_path/template_git.toml' topgrade () { - if [ -f "$topgrade_path" ] ; then + if [ -f $topgrade_path ] ; then "$topgrade_path" else echo "topgrade not found at $topgrade_path" @@ -33,11 +33,11 @@ topgrade () } # System Updates Only -sysup () -{ - if [ -f "$topgrade_path" ] ; then - "$topgrade_path" --config $topgrade_conf_path/systemonly.toml - else - echo "topgrade not found at $topgrade_path" - fi -} +#sysup () +#{ +# if [ -f $topgrade_path ] ; then +# "$topgrade_path" --config $topgrade_conf_path/systemonly.toml +# else +# echo "topgrade not found at $topgrade_path" +# fi +#}