From a8e320aefe071259500e47788552e41f7fb94264 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 27 May 2020 12:09:50 -0500 Subject: [PATCH] Comment ending --- gravity-sync.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index e4ff1f0..1a8d21f 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -78,7 +78,7 @@ function import_gs { TASKTYPE='CONFIG' config_generate - echo -e "Please run ${YELLOW}$#${NC} again." + # echo -e "Please run ${YELLOW}$#${NC} again." fi } @@ -92,7 +92,6 @@ function update_gs { echo -e "${INFO} ${MESSAGE}" git reset --hard git pull - exit } @@ -106,7 +105,6 @@ function beta_gs { git reset --hard git pull git checkout origin/development - exit }