mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update menu-fdmr
This commit is contained in:
parent
9755d86ca5
commit
788dc03887
|
|
@ -85,10 +85,19 @@ fi
|
|||
if systemctl status http.server-fdmr.service |grep active >/dev/null 2>&1
|
||||
then sudo systemctl stop http.server-fdmr.service
|
||||
|
||||
fi
|
||||
if systemctl status http.server-fdmr.service |grep disable >/dev/null 2>&1
|
||||
then sudo systemctl enable http.server-fdmr.service
|
||||
|
||||
fi
|
||||
if systemctl status fdmr_mon.service |grep active >/dev/null 2>&1
|
||||
then sudo systemctl stop fdmr_mon.service
|
||||
|
||||
fi
|
||||
fi
|
||||
if systemctl status fdmr_mon.service |grep disable >/dev/null 2>&1
|
||||
then sudo systemctl enable fdmr_mon.service
|
||||
|
||||
fi
|
||||
sudo systemctl start fdmr_mon.service
|
||||
sudo systemctl start http.server-fdmr.service ;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue