Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user