merge-requests/1/head
Esteban Mackay Q 2 years ago
parent a0234175fb
commit f5ae753a36

@ -111,7 +111,8 @@ then
fi
mkdir /var/www/fdmr-b
cd /opt
sudo git clone https://github.com/yuvelq/FDMR-Monitor.git /opt/FDMR-Monitor-B
#sudo git clone https://github.com/yuvelq/FDMR-Monitor.git /opt/FDMR-Monitor-B
sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git /opt/FDMR-Monitor-B
cd /opt/FDMR-Monitor-B
sudo chmod +x install.sh
chmod 755 /opt/FDMR-Monitor-B/data

@ -342,7 +342,8 @@ sudo chmod +x /opt/FreeDMR/config/*
#######################
#FDMR-Monitor
cd /opt
sudo git clone https://github.com/yuvelq/FDMR-Monitor.git
#sudo git clone https://github.com/yuvelq/FDMR-Monitor.git
sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git
cd FDMR-Monitor
sudo git checkout Self_Service
#

@ -727,7 +727,8 @@ if [ "$CHECK_DB" ]; then
fi
###FDMR-Monitor
cd /opt
sudo git clone https://github.com/yuvelq/FDMR-Monitor.git
#sudo git clone https://github.com/yuvelq/FDMR-Monitor.git
sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git
cd FDMR-Monitor
sudo git checkout Self_Service
sudo chmod +x install.sh

Loading…
Cancel
Save

Powered by TurnKey Linux.