Update mm-scripts.sh

This commit is contained in:
2022-10-31 21:57:05 -05:00
parent 95ab73e42a
commit aeb6c0356a

View File

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