Update mm-scripts.sh
This commit is contained in:
@@ -480,6 +480,7 @@ MMSTART(){
|
|||||||
|
|
||||||
if [ "${1}" == "start" ] || [ "${1}" == "restart" ]; then
|
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 -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
|
MMSTATUS
|
||||||
fi
|
fi
|
||||||
if [ -f ${TMPFOLDER}/mm.vpn.fail* ]; then
|
if [ -f ${TMPFOLDER}/mm.vpn.fail* ]; then
|
||||||
@@ -489,9 +490,6 @@ MMSTART(){
|
|||||||
fi
|
fi
|
||||||
rm -f ${TMPFOLDER}/mm.stop*
|
rm -f ${TMPFOLDER}/mm.stop*
|
||||||
echo -e "${idsCL[Green]}All systems are go!${idsCL[Default]}"
|
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
|
fi
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user