From f03a0d3218e8d426b05c421995769f250eccacbe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 29 Apr 2023 20:07:05 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 6dda404..c7c22b1 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -817,8 +817,8 @@ UPDATESERVICE(){ if [ "${usrvc}" == "organizr" ]; then msg="Updating Organizr Web UI Interface"; c=0; spc=''; spc1=$((${cw_spc}-${#msg})); until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en "${idsCL[White]}${msg}${spc} : ${idsCL[Default]}" - cd /var/www/media.scity.us/html >/dev/null 2>&1 + cd /var/www/media.scity.us/html >/dev/null 2>&1 if [ "`git log --pretty=%H ...refs/heads/v2-master^ | head -n 1`" != "`git ls-remote origin -h refs/heads/v2-master |cut -f1`" ]; then /usr/bin/git stash >/dev/null 2>&1 /usr/bin/git pull >/dev/null 2>&1