This commit is contained in:
2023-04-27 07:46:54 -05:00
parent 534c425a97
commit 30bc201f1d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='3.8.121-04232023'
VERS='3.8.122-04232023'
MMFOLDER="/opt/idssys/mediamanager"
MMSRV=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1)

View File

@@ -1346,6 +1346,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
exit 1
fi
[ -f ${MMFOLDER}/mm.noservices ] && rv="vpn" || rv=""
echo "HERE: ${rv}"
MMSTOP
echo -en "${idsCL[LightCyan]}Pausing for 30s to get new VPN WAN IP, or press any key to continue with possibly getting a new address ... ${idsCL[Default]}"
read -et 30 -n 1