From 674990250078f269feccfd7314618914ba767f89 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Wed, 18 Oct 2023 14:11:29 -0500 Subject: [PATCH] Update fdmr-bridge.sh --- fdmr-bridge.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fdmr-bridge.sh b/fdmr-bridge.sh index ed59cb4..461fba6 100644 --- a/fdmr-bridge.sh +++ b/fdmr-bridge.sh @@ -428,8 +428,7 @@ systemctl disable apache2 ##################### chmod +x /opt/FDMR-Monitor-B/sysinfo/* sh /opt/FDMR-Monitor-B/sysinfo/rrd-db.sh -(crontab -l; echo "*/5 * * * * sh /opt/FDMR-Monitor-B/sysinfo/graph.sh")|awk '!x[$0]++'|crontab - -(crontab -l; echo "*/2 * * * * sh /opt/FDMR-Monitor-B/sysinfo/cpu.sh")|awk '!x[$0]++'|crontab - + ################## #Service ########## @@ -606,4 +605,3 @@ WantedBy=multi-user.target EOF ############################# sudo systemctl daemon-reload -