From 31b7aef1db1ba557e96c19dcad8cc8f0d7cdb02d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 7 Apr 2020 19:03:38 -0500 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 10771f15..5daa0f04 100755 --- a/run.sh +++ b/run.sh @@ -34,7 +34,7 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then git submodule update --remote >/dev/null 2>&1 fi cd /opt/idssys/nodemgmt - if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remote origin -h refs/heads/master |cut -f1`" ]; then + if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remote origin -h refs/heads/master |cut -f1`" ]; then if [ "${2}" != "q" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[LightCyan]}Installing updates...${idsCL[Default]}"