From 5a1acbe13ba0d6b116a09b38dab7dd6f4fa5bcde Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 18:14:34 -0600 Subject: [PATCH] Update run.sh --- run.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index 7493b4b8..7718b20e 100755 --- a/run.sh +++ b/run.sh @@ -46,9 +46,8 @@ if [ "$1" != "service" ] && [ "$1" != "status" ] && [ "$1" != "" ]; then echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}" echo "" - if [ "$1" = "update" ]; then echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}" - else echo -e "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}" - fi + echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}" + echo "" cd /opt/idssys/defaults if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remote origin -h refs/heads/master |cut -f1`" ]; then