From d8c75e1e5526d597e6415e4dd02ff122d8ef0bc8 Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." Date: Sat, 27 Apr 2024 23:01:30 -0500 Subject: [PATCH] adn --- install.sh | 2 +- update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fecfc6d..5ddc91e 100644 --- a/install.sh +++ b/install.sh @@ -354,7 +354,7 @@ sudo chmod +x /opt/FreeDMR/config/* ############# wget https://raw.githubusercontent.com/CS8ABG/FDMR-Monitor/Self_Service/proxy/hotspot_proxy_v2.py -O /opt/FreeDMR/hotspot_proxy_v2.py wget https://raw.githubusercontent.com/CS8ABG/FDMR-Monitor/Self_Service/proxy/proxy_SAMPLE.cfg -O /opt/FreeDMR/proxy.cfg -wget https://github.com/CS8ABG/FDMR-Monitor/blob/Self_Service/proxy/proxy_db.py -O /opt/FreeDMR/proxy_db.py +wget https://raw.githubusercontent.com/CS8ABG/FDMR-Monitor/Self_Service/proxy/proxy_db.py -O /opt/FreeDMR/proxy_db.py #################### sed -i "s/db_username =.*/db_username = 'hbmon'/g" /opt/FreeDMR/hotspot_proxy_v2.py sed -i "s/db_password =.*/db_password = 'hbmon'/g" /opt/FreeDMR/hotspot_proxy_v2.py diff --git a/update.sh b/update.sh index 9f56ce5..95a6025 100644 --- a/update.sh +++ b/update.sh @@ -595,7 +595,7 @@ sudo sed -i 's/54915/49061/' /opt/FreeDMR/playback.cfg ############# wget https://raw.githubusercontent.com/CS8ABG/FDMR-Monitor/Self_Service/proxy/hotspot_proxy_v2.py -O /opt/FreeDMR/hotspot_proxy_v2.py wget https://raw.githubusercontent.com/CS8ABG/FDMR-Monitor/Self_Service/proxy/proxy_SAMPLE.cfg -O /opt/FreeDMR/proxy.cfg -wget https://github.com/CS8ABG/FDMR-Monitor/blob/Self_Service/proxy/proxy_db.py -O /opt/FreeDMR/proxy_db.py +wget https://raw.githubusercontent.com/CS8ABG/FDMR-Monitor/Self_Service/proxy/proxy_db.py -O /opt/FreeDMR/proxy_db.py #################### sed -i "s/db_username =.*/db_username = 'hbmon'/g" /opt/FreeDMR/hotspot_proxy_v2.py sed -i "s/db_password =.*/db_password = 'hbmon'/g" /opt/FreeDMR/hotspot_proxy_v2.py