From eeccf26fe72e0f2792f7c649ab669fc42e719253 Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." Date: Mon, 27 May 2024 23:09:32 -0500 Subject: [PATCH] Update update.sh --- update.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/update.sh b/update.sh index 4d6e097..85627c0 100644 --- a/update.sh +++ b/update.sh @@ -741,13 +741,6 @@ then (crontab -l | grep -v "sh /opt/FDMR-Monitor/sysinfo/graph.sh") | crontab - fi -if systemctl status proxy.service |grep "service; enabled;" >/dev/null 2>&1 -then - sudo systemctl stop proxy.service - sudo systemctl start proxy.service - -fi - ############## sh /opt/extra-2.sh @@ -970,12 +963,6 @@ then (crontab -l | grep -v "sh /opt/FDMR-Monitor/sysinfo/cpu.sh") | crontab - (crontab -l | grep -v "sh /opt/FDMR-Monitor/sysinfo/graph.sh") | crontab - -fi -if systemctl status proxy.service |grep "service; enabled;" >/dev/null 2>&1 -then - sudo systemctl stop proxy.service - sudo systemctl start proxy.service - fi sh /opt/extra-3.sh