Update menu-dw

This commit is contained in:
RaspbianProyect by HP3ICC 2023-07-05 21:33:29 +00:00
parent 6a0a4c6d68
commit 34a059dea7
1 changed files with 3 additions and 3 deletions

View File

@ -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