This commit is contained in:
2024-09-30 16:50:54 -05:00
parent b2803c203e
commit cd53b9edd3
2 changed files with 29 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='3.9.73-07142024'
VERS='3.9.80-09302024'
MMFOLDER="/opt/idssys/mediamanager"
TMPFOLDER="${MMFOLDER}/.tmp"

View File

@@ -522,6 +522,7 @@ MMSTOP(){
# done
# echo -e "${idsCL[Green]}Done${idsCL[Default]}"
if [ "${SERVICESCHECK}" != "" ]; then
msg="Stopping Services"
c=0; spc=''; spc1=$((${cw_spc}-${#msg}))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
@@ -550,6 +551,7 @@ MMSTOP(){
fi
done
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
fi
msg="Shutting Down VPN Tunnel"
c=0; spc=''; spc1=$((${cw_spc}-${#msg}))