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