From d60f152bbccca3cc38a1725f05c9d15073286142 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 19 May 2022 21:33:35 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 2586236..bbb4487 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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