Update mm-scripts.sh
This commit is contained in:
@@ -167,7 +167,6 @@ MMSTART(){
|
||||
if [ "${1}" == "start" ]; then
|
||||
#echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all services fully start${idsCL[Default]}"
|
||||
MMSTATUS
|
||||
echo
|
||||
fi
|
||||
if [ -f /opt/mm.vpn.fail* ]; then
|
||||
echo "$(date) - VPN issue has been fixed" >> $logfile
|
||||
@@ -175,8 +174,7 @@ MMSTART(){
|
||||
rm -f /opt/mm.vpn.fail*
|
||||
fi
|
||||
rm -f /opt/mm.stop
|
||||
echo
|
||||
echo -e "${idsCL[Green]}All services have been started${idsCL[Default]}"
|
||||
echo -e "${idsCL[Green]}All systems are go!${idsCL[Default]}"
|
||||
if [ "${1}" = "start" ] || [ "${1}" = "" ]; then
|
||||
echo "$(date) - Media Management systems started" >> $logfile
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user