diff --git a/install.sh b/install.sh index 98fbe47..e72e56a 100644 --- a/install.sh +++ b/install.sh @@ -249,6 +249,7 @@ sudo sed -i 's/ANNOUNCEMENT_LANGUAGE: en_GB/ANNOUNCEMENT_LANGUAGE: es_ES/' /opt/ sudo sed -i 's/VOICE_IDENT: True/VOICE_IDENT: False/' /opt/FreeDMR/config/FreeDMR.cfg sudo sed -i "s/TGID_URL:/#TGID_URL:/g" /opt/FreeDMR/config/FreeDMR.cfg sed '37 a TGID_URL: https://freedmr.cymru/talkgroups/talkgroup_ids_json.php' -i /opt/FreeDMR/config/FreeDMR.cfg +sed '43 a TOPO_FILE:' -i /opt/FreeDMR/config/FreeDMR.cfg rm /opt/FreeDMR/conf.txt cd /opt/FreeDMR/ @@ -558,7 +559,8 @@ RestartSec=3 StandardOutput=null ExecStartPre=/bin/sh -c 'until ping -c1 noip.com; do sleep 1; done;' #WorkingDirectory=/opt/FreeDMR -ExecStart=/usr/bin/python3 /opt/FreeDMR/hotspot_proxy_v2.py +#ExecStart=/usr/bin/python3 /opt/FreeDMR/hotspot_proxy_v2.py +ExecStart=/usr/bin/python3 /opt/FreeDMR/hotspot_proxy_v2.py -c /opt/FreeDMR/proxy.cfg [Install] WantedBy=multi-user.target