Update update.sh

merge-requests/1/head
Esteban Mackay Q 2 years ago
parent 6fc8fa84a0
commit 9d20c31bc7

@ -516,7 +516,7 @@ sudo git clone https://github.com/yuvelq/FDMR-Monitor.git
cd FDMR-Monitor
sudo git checkout Self_Service
sudo chmod +x install.sh
chmod 755 /opt/FDMR-Monitor/data
chmod 777 /opt/FDMR-Monitor/data
sudo sed -i 's/RELOAD_TIME = 15/RELOAD_TIME = 1/' /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg
sudo sed -i 's/FREQUENCY = 10/FREQUENCY = 120/' /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg
@ -1000,7 +1000,7 @@ sudo git clone https://github.com/CS8ABG/FDMR-Monitor.git /opt/FDMR-Monitor2
cd /opt/FDMR-Monitor2
sudo git checkout Self_Service
pip3 install -r requirements.txt
chmod 755 /opt/FDMR-Monitor2/data
chmod 777 /opt/FDMR-Monitor2/data
sed -i '72d' /opt/FDMR-Monitor2/html/include/navbar.php
sed '69 a \ <option value="es">ES</option>' -i /opt/FDMR-Monitor2/html/include/navbar.php

Loading…
Cancel
Save

Powered by TurnKey Linux.