Update mm-scripts.sh

This commit is contained in:
2022-12-31 16:49:04 -06:00
parent 357ba20b8f
commit f2ecda0ef7

View File

@@ -38,6 +38,7 @@ MMSTART(){
GOFORSTART=true;
[ "${EMAIL_NOTICE}" != "" ] && echo "" | mail -s "Starting Media Management Systems" ${EMAIL_NOTICE}
echo "$(date) - Starting Media Management system - (openvpn not running)" >> $logfile
echo -e "${idsCL[LightCyan]}Fresh startup${idsCL[Default]}"
else
GOFORSTART=false;
fi