From eac0d13d90d91e937e6f61ae3d4360647e214f57 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Sat, 23 Mar 2024 03:33:21 -0500 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index d4caf93..e01b592 100644 --- a/update.sh +++ b/update.sh @@ -557,7 +557,7 @@ sed -i "s|SINGLE_MODE:.*|SINGLE_MODE: False|g" /opt/FreeDMR/FreeDMR-SAMPLE.cfg sed -i "s|VOICE_IDENT:.*|VOICE_IDENT: False|g" /opt/FreeDMR/FreeDMR-SAMPLE.cfg sed -i "s|ALLOW_UNREG_ID:.*|ALLOW_UNREG_ID: True|g" /opt/FreeDMR/FreeDMR-SAMPLE.cfg sed -i "s|PROXY_CONTROL:.*|PROXY_CONTROL: False|g" /opt/FreeDMR/FreeDMR-SAMPLE.cfg -sed -i "s|54000/56400|g" /opt/FreeDMR/FreeDMR-SAMPLE.cfg +sed -i "s|54000|56400|g" /opt/FreeDMR/FreeDMR-SAMPLE.cfg sed -i "s|PEER_FILE:.*|PEER_FILE: peer_ids.json|g" /opt/FreeDMR/FreeDMR-SAMPLE.cfg sed -i "s|SUBSCRIBER_FILE:.*|SUBSCRIBER_FILE: subscriber_ids.json|g" /opt/FreeDMR/FreeDMR-SAMPLE.cfg sed -i "s|TGID_FILE:.*|TGID_FILE: talkgroup_ids.json|g" /opt/FreeDMR/FreeDMR-SAMPLE.cfg