Update update.sh

merge-requests/1/head
Esteban Mackay Q. 2 years ago
parent 09f2582b46
commit eeccf26fe7

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.