Update mm-scripts.sh

This commit is contained in:
2023-04-26 22:04:52 -05:00
parent fbc3a6ba84
commit a44ab091f5

View File

@@ -154,7 +154,7 @@ MMSTART(){
vpnuptime=$(expr `date +%s` - $(stat -c %Y ${MMFOLDER}/vpninfo))
#if [ ${vpnuptime} -ge 86400 ]; then
if [ ${vpnuptime} -ge 1 ]; then
echo -en "${idsCL[LightCyan]}24hr session limit reached, restarting vpn & services .${idsCL[Default]}"
echo -en "${idsCL[LightCyan]}24hr session limit reached, restarting vpn & services ."
MMSTOP >/dev/null 2>&1
echo -en "."
read -et 10