diff --git a/install.sh b/install.sh index 74b2190..298ce53 100644 --- a/install.sh +++ b/install.sh @@ -290,9 +290,9 @@ cat /opt/obp.txt >> /opt/ADN-DMR-Peer-Server/config/adn.cfg # cd /opt/ADN-DMR-Peer-Server/ ############# -wget https://raw.githubusercontent.com/CS8ABG/FDMR-Monitor/Self_Service/proxy/hotspot_proxy_v2.py -O /opt/ADN-DMR-Peer-Server/hotspot_proxy_v2.py -wget https://raw.githubusercontent.com/CS8ABG/FDMR-Monitor/Self_Service/proxy/proxy_SAMPLE.cfg -O /opt/ADN-DMR-Peer-Server/proxy.cfg -wget https://raw.githubusercontent.com/CS8ABG/FDMR-Monitor/Self_Service/proxy/proxy_db.py -O /opt/ADN-DMR-Peer-Server/proxy_db.py +wget https://gitlab.com/hp3icc/FDMR-Monitor2/-/raw/Self_Service/proxy/hotspot_proxy_v2.py -O /opt/ADN-DMR-Peer-Server/hotspot_proxy_v2.py +wget https://gitlab.com/hp3icc/FDMR-Monitor2/-/raw/Self_Service/proxy/proxy_SAMPLE.cfg -O /opt/ADN-DMR-Peer-Server/proxy.cfg +wget https://gitlab.com/hp3icc/FDMR-Monitor2/-/raw/Self_Service/proxy/proxy_db.py -O /opt/ADN-DMR-Peer-Server/proxy_db.py #################### sed -i "s/db_username =.*/db_username = 'hbmon'/g" /opt/ADN-DMR-Peer-Server/hotspot_proxy_v2.py sed -i "s/db_password =.*/db_password = 'hbmon'/g" /opt/ADN-DMR-Peer-Server/hotspot_proxy_v2.py