diff --git a/defaults.inc b/defaults.inc index f2e5fbb..651f452 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='3.9.12-07092023' +VERS='3.9.20-07092023' MMFOLDER="/opt/idssys/mediamanager" TMPFOLDER="${MMFOLDER}/.tmp" diff --git a/mm-scripts.sh b/mm-scripts.sh index dc5b28b..51a1b67 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1093,6 +1093,9 @@ SERVICEBACKUP(){ done elif [ "${usrvc}" != "" ]; then + echo -e "${idsCL[Green]}Backing up ${usrvc^} Service${idsCL[Default]}" + DIVIDER . lightGreen + msg="Stopping Service "; 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]}" /bin/systemctl stop ${usrvc} >> ${LOGFOLDER}/update.${usrvc}