Update mm-scripts.sh

This commit is contained in:
2023-03-07 21:57:17 -06:00
parent 6f38a18d8b
commit 8f364ddc59

View File

@@ -43,7 +43,7 @@ MMSTART(){
SENDNOTICE "Starting Media Management Systems" ""
echo "$(date) - Starting Media Management system - (fresh start)" >> $logfile
echo -e "${idsCL[LightCyan]}Fresh startup${idsCL[Default]}"
sleep 2m
# sleep 2m
elif [ "${1}" = "check" ] && [ "$(ip link | grep "${VPN_INTERFACE}")" = "" ] && [ -f ${MMFOLDER}/mm.vpn* ]; then
GOFORSTART=true;