Update update.sh

merge-requests/1/head
Esteban Mackay Q 2 years ago
parent 741b2d656a
commit 716d6247c2

@ -584,6 +584,14 @@ sudo systemctl restart proxy.service
sudo systemctl restart freedmr.service
sudo systemctl restart fdmrparrot.service
#sudo systemctl restart fdmr_mon.service
if systemctl status fdmr_mon.service |grep "service; enabled;" >/dev/null 2>&1
then sudo systemctl restart fdmr_mon.service
fi
if systemctl status fdmr_mon2.service |grep "service; enabled;" >/dev/null 2>&1
then sudo systemctl restart fdmr_mon2.service
fi
######

Loading…
Cancel
Save

Powered by TurnKey Linux.