Update update.sh

merge-requests/1/head
Esteban Mackay Q 2 years ago
parent 7cbad03464
commit 6089145e1e

@ -899,6 +899,12 @@ then
systemctl start proxy.service
systemctl start http.server-fdmr.service
fi
if sudo systemctl status http.server-fdmr2.service |grep "service; enabled;" >/dev/null 2>&1
then
sh /opt/extra-3.sh
systemctl start fdmr_mon2.service
systemctl start http.server-fdmr2.service
fi
EOFB1
######################################### FDMR-Monitor2 Update ###############################################################
@ -1020,6 +1026,13 @@ then echo "proxy ready"
else
sudo systemctl restart proxy.service
fi
if sudo systemctl status http.server-fdmr.service |grep "service; enabled;" >/dev/null 2>&1
then
sh /opt/extra-2.sh
systemctl start fdmr_mon.service
systemctl start proxy.service
systemctl start http.server-fdmr.service
fi
if sudo systemctl status http.server-fdmr2.service |grep "service; enabled;" >/dev/null 2>&1
then

Loading…
Cancel
Save

Powered by TurnKey Linux.