Update mm-scripts.sh

This commit is contained in:
2023-07-10 19:06:19 -05:00
parent 5d8cee296b
commit bbe2856319

View File

@@ -182,7 +182,7 @@ MMSTART(){
echo "$(date) - 24hr session limit reached, restarting vpn & services" >> ${MM_LOGFILE}
echo -en "${idsCL[LightCyan]}24hr session limit reached, restarting vpn & services"
else
$(date -d@${MM_VPN_RESTART} -u "+%H hr(s), %M min(s) & %S sec(s)")'
# $(date -d@${MM_VPN_RESTART} -u "+%H hr(s), %M min(s) & %S sec(s)")'
echo "$(date) - Your '$(date -d@${MM_VPN_RESTART} -u "+%H hr(s), %M min(s) & %S sec(s)")' session limit reached, restarting vpn & services" >> ${MM_LOGFILE}
echo -en "${idsCL[LightCyan]}24hr session limit reached, restarting vpn & services"
fi