Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user