fix url
merge-requests/1/head
Esteban Mackay Q. 2 years ago
parent b8e17a340a
commit ab6f809a6a

@ -520,7 +520,8 @@ Web-Dashboar-soft: /opt/FDMR-Monitor-B2
EOFX EOFX
fi fi
cd /opt cd /opt
sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor-B2 sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor2.git /opt/FDMR-Monitor-B2
#sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor-B2
cd /opt/FDMR-Monitor-B2 cd /opt/FDMR-Monitor-B2
#sudo pip install -U -r requirements.txt #sudo pip install -U -r requirements.txt
chmod 755 /opt/FDMR-Monitor-B2/data chmod 755 /opt/FDMR-Monitor-B2/data

@ -535,7 +535,8 @@ sh /opt/extra-2.sh
#################################################################### ####################################################################
#monitor2 #monitor2
cd /opt cd /opt
sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor2 sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor2.git
#sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor2
cd /opt/FDMR-Monitor2 cd /opt/FDMR-Monitor2
sudo git checkout Self_Service sudo git checkout Self_Service
#sudo pip install -U -r requirements.txt #sudo pip install -U -r requirements.txt

@ -822,7 +822,8 @@ if [ "$CHECK_DB" ]; then
fi fi
################# #################
cd /opt cd /opt
sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor2 sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor2.git
#sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor2
cd /opt/FDMR-Monitor2 cd /opt/FDMR-Monitor2
sudo git checkout Self_Service sudo git checkout Self_Service
#sudo pip install -U -r requirements.txt #sudo pip install -U -r requirements.txt

Loading…
Cancel
Save

Powered by TurnKey Linux.