From 38662cd457900e1c991b97e514ff094e6a29f88a Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 1 Feb 2022 15:17:44 -0500 Subject: [PATCH] test --- topgrade.aliases | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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