Update update.sh

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

@ -423,11 +423,11 @@ EOF
# #
if [ -d "/opt/FreeDMR" ] if [ -d "/opt/FreeDMR" ]
then then
sudo rm -rf /opt/FreeDMR sudo rm -r /opt/FreeDMR
fi fi
if [ -d "/var/log/FreeDMR" ] if [ -d "/var/log/FreeDMR" ]
then then
sudo rm -rf /var/log/FreeDMR sudo rm -r /var/log/FreeDMR
fi fi
# #
#sudo -H pip3 install --upgrade pip #sudo -H pip3 install --upgrade pip
@ -580,9 +580,9 @@ sudo chmod +x /opt/FreeDMR/*.py
sudo chmod +x /opt/FreeDMR/config/*.py sudo chmod +x /opt/FreeDMR/config/*.py
sh /opt/extra-1.sh sh /opt/extra-1.sh
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl start proxy.service sudo systemctl restart proxy.service
sudo systemctl start freedmr.service sudo systemctl restart freedmr.service
sudo systemctl start fdmrparrot.service sudo systemctl restart fdmrparrot.service
#sudo systemctl restart fdmr_mon.service #sudo systemctl restart fdmr_mon.service
###### ######

Loading…
Cancel
Save

Powered by TurnKey Linux.