From e532a2a50f3a5c24e232fcee9c6c8fe100a37c1e Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q <49044505+hp3icc@users.noreply.github.com> Date: Tue, 19 Jul 2022 09:29:50 -0500 Subject: [PATCH] Update install.sh --- self/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/self/install.sh b/self/install.sh index ea32ba2..6f94af8 100644 --- a/self/install.sh +++ b/self/install.sh @@ -9,6 +9,7 @@ pip3 install -r requirements.txt cd /opt/FDMR-Monitor/ cp /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg /opt/FDMR-Monitor/fdmr-mon.cfg cd /opt/FreeDMR/ +sudo systemctl stop proxy.service sudo rm /opt/FreeDMR/hotspot_proxy_v2.py sudo rm /opt/FreeDMR/proxy_db.* cp /opt/FDMR-Monitor/proxy/* /opt/FreeDMR/ -r