Update menu-fdmr

This commit is contained in:
RaspbianProyect by HP3ICC 2023-07-02 17:14:44 +00:00
parent 9755d86ca5
commit 788dc03887
1 changed files with 9 additions and 0 deletions

View File

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