Update selfservice-update.sh

This commit is contained in:
Esteban Mackay Q 2022-11-28 22:54:14 -05:00 committed by GitHub
parent 5c7b8d93f4
commit a559f37a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,6 @@ wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/self/install.sh
chmod +x /opt/FDMR-Monitor/install.sh
#
sh /opt/FDMR-Monitor/install.sh
sudo sh /opt/extra-2.sh
#
sudo cat > /bin/data-id <<- "EOF"
#!/bin/bash
@ -175,3 +174,4 @@ cp -r /opt/FDMR-Monitor/sysinfo/ /var/www/html/sysinfo/
sudo systemctl start proxy.service
sudo systemctl start fdmr_mon.service
sudo systemctl enable fdmr_mon.service
sudo sh /opt/extra-2.sh