From 917006acc57af185735045907de8a48b930700cb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 29 Apr 2023 17:59:28 -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 414a245..6d504df 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -815,7 +815,7 @@ UPDATESERVICE(){ DIVIDER . lightGreen if [ "${usrvc}" == "organizr" ]; then - msg="Updating Organizr"; c=0; spc=''; spc1=$((${cw_spc}-${#msg})); until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done + 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