Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user