Update mm-scripts.sh

This commit is contained in:
2022-05-14 14:07:02 -05:00
parent c7274b2b76
commit 5f42c2cd27

View File

@@ -121,7 +121,9 @@ MMSTART(){
echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all systems fully start${idsCL[Default]}"
echo
fi
echo "$(date) - Media Management systems started" >> $logfile
if [ "${1}" == "start" ]; then
echo "$(date) - Media Management systems started" >> $logfile
fi
rm -f /opt/mm.stop
rm -f /opt/mm.vpn.fail*
echo