Update mm-scripts.sh

This commit is contained in:
2023-04-29 17:59:28 -05:00
parent cc71bf49c6
commit 917006acc5

View File

@@ -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