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