From 15aa7fcde65c835f26d052bdf2566c5aacf8ab47 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Wed, 7 Jun 2023 03:11:40 +0000 Subject: [PATCH] Update update.sh --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index 59c8826..a62e9f8 100644 --- a/update.sh +++ b/update.sh @@ -74,8 +74,8 @@ sudo systemctl disable mariadb.service ;; cronedit.sh '*/5 * * * *' 'sh /opt/FDMR-Monitor/sysinfo/graph.sh' remove cronedit.sh '*/2 * * * *' 'sh /opt/FDMR-Monitor/sysinfo/cpu.sh' remove sudo systemctl stop fdmr_mon.service -sudo systemctl disable fdmr_mon.service sudo systemctl stop http.server-fdmr.service +sudo systemctl disable fdmr_mon.service sudo systemctl disable http.server-fdmr.service;; 9) menu-igate ;; @@ -86,7 +86,7 @@ done exit 0 EOF ### -chmod +x /bin/menu-fdmr +chmod +x /bin/menu* #### if [ -d "/opt/D-APRS" ] then @@ -407,7 +407,7 @@ sudo systemctl daemon-reload sudo systemctl start proxy.service sudo systemctl start freedmr.service sudo systemctl start fdmrparrot.service -sudo systemctl restart fdmr_mon.service +#sudo systemctl restart fdmr_mon.service ######