diff --git a/mm-scripts.sh b/mm-scripts.sh index 96c2825..2da6f18 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -480,6 +480,7 @@ MMSTART(){ if [ "${1}" == "start" ] || [ "${1}" == "restart" ]; then #echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all services fully start${idsCL[Default]}" + echo "$(date) - Media Management systems STARTED" >> ${MM_LOGFILE} MMSTATUS fi if [ -f ${TMPFOLDER}/mm.vpn.fail* ]; then @@ -489,9 +490,6 @@ MMSTART(){ fi rm -f ${TMPFOLDER}/mm.stop* echo -e "${idsCL[Green]}All systems are go!${idsCL[Default]}" - if [ "${1}" = "start" ] || [ "${1}" = "" ]; then - echo "$(date) - Media Management systems STARTED" >> ${MM_LOGFILE} - fi fi echo