Update mm-scripts.sh

This commit is contained in:
2023-02-23 21:43:20 -06:00
parent 3634497245
commit 08686f89a6

View File

@@ -244,7 +244,7 @@ MMSTART(){
echo -e "${idsCL[Green]} done${idsCL[Default]}"
echo
if [ "${1}" == "start" ]; 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]}"
MMSTATUS
fi
@@ -479,7 +479,7 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then
echo -en "${idsCL[LightCyan]}Pausing for 10secs... ${idsCL[Default]}"
sleep 10s
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
MMSTART;;
MMSTART ${action};;
status)
if [ -f /opt/idssys/mediamanager/mm.stop ]; then