Update mm-scripts.sh

This commit is contained in:
2022-05-19 21:33:35 -05:00
parent 5f42c2cd27
commit d60f152bbc

View File

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