Update update.sh

merge-requests/1/head
RaspbianProyect by HP3ICC 3 years ago
parent ee4c09b75a
commit ef5f1731c3

@ -33,6 +33,8 @@ sudo nano /opt/FDMR-Monitor/fdmr-mon.cfg ;;
4) 4)
sudo nano /lib/systemd/system/http.server-fdmr.service && systemctl daemon-reload && systemctl restart http.server-fdmr.service ;; sudo nano /lib/systemd/system/http.server-fdmr.service && systemctl daemon-reload && systemctl restart http.server-fdmr.service ;;
5) 5)
sudo systemctl start mariadb.service
sudo systemctl enable mariadb.service
sudo systemctl stop fdmrparrot.service sudo systemctl stop fdmrparrot.service
sudo systemctl start fdmrparrot.service sudo systemctl start fdmrparrot.service
sudo systemctl enable fdmrparrot.service sudo systemctl enable fdmrparrot.service
@ -43,6 +45,8 @@ sudo systemctl stop freedmr.service
sudo systemctl start freedmr.service sudo systemctl start freedmr.service
sudo systemctl enable freedmr.service ;; sudo systemctl enable freedmr.service ;;
6) 6)
sudo systemctl start mariadb.service
sudo systemctl enable mariadb.service
sudo systemctl stop fdmr_mon.service sudo systemctl stop fdmr_mon.service
sudo systemctl start fdmr_mon.service sudo systemctl start fdmr_mon.service
sudo systemctl enable fdmr_mon.service sudo systemctl enable fdmr_mon.service
@ -55,7 +59,9 @@ sudo systemctl disable fdmrparrot.service
sudo systemctl stop proxy.service sudo systemctl stop proxy.service
sudo systemctl disable proxy.service sudo systemctl disable proxy.service
sudo systemctl stop freedmr.service sudo systemctl stop freedmr.service
sudo systemctl disable freedmr.service ;; sudo systemctl disable freedmr.service
sudo systemctl stop mariadb.service
sudo systemctl disable mariadb.service ;;
8) 8)
sudo systemctl stop fdmr_mon.service sudo systemctl stop fdmr_mon.service
sudo systemctl disable fdmr_mon.service sudo systemctl disable fdmr_mon.service

Loading…
Cancel
Save

Powered by TurnKey Linux.