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