mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update menu-dw
This commit is contained in:
parent
6a0a4c6d68
commit
34a059dea7
|
|
@ -67,12 +67,12 @@ sudo systemctl stop direwolf.service
|
|||
sudo systemctl stop http.server-dw.service
|
||||
if systemctl status gpsd.service | grep inactive >/dev/null 2>&1
|
||||
then
|
||||
sudo systemctl stop gpsd.service
|
||||
sudo systemctl start gpsd.service
|
||||
sudo systemctl stop gpsd.socket gpsd.service &&
|
||||
sudo systemctl start gpsd.socket gpsd.service
|
||||
fi
|
||||
if systemctl status gpsd.service | grep disable >/dev/null 2>&1
|
||||
then
|
||||
sudo systemctl enable gpsd.service
|
||||
sudo systemctl enable gpsd.socket gpsd.service
|
||||
fi
|
||||
if systemctl status http.server-dw.service | grep enable >/dev/null 2>&1
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in New Issue