update
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user