Update mm-scripts.sh
This commit is contained in:
@@ -244,7 +244,7 @@ MMSTART(){
|
|||||||
echo -e "${idsCL[Green]} done${idsCL[Default]}"
|
echo -e "${idsCL[Green]} done${idsCL[Default]}"
|
||||||
echo
|
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]}"
|
#echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all services fully start${idsCL[Default]}"
|
||||||
MMSTATUS
|
MMSTATUS
|
||||||
fi
|
fi
|
||||||
@@ -479,7 +479,7 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then
|
|||||||
echo -en "${idsCL[LightCyan]}Pausing for 10secs... ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}Pausing for 10secs... ${idsCL[Default]}"
|
||||||
sleep 10s
|
sleep 10s
|
||||||
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
|
||||||
MMSTART;;
|
MMSTART ${action};;
|
||||||
|
|
||||||
status)
|
status)
|
||||||
if [ -f /opt/idssys/mediamanager/mm.stop ]; then
|
if [ -f /opt/idssys/mediamanager/mm.stop ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user