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 -