Update mm-scripts.sh

This commit is contained in:
2023-11-08 14:31:43 -06:00
parent 2ebc869f7e
commit 3af8d7d7ee

View File

@@ -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