From c43025446c1c1e5b692d397f0abc5d3d15bbb0c4 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q <49044505+hp3icc@users.noreply.github.com> Date: Sun, 12 Feb 2023 13:15:11 -0500 Subject: [PATCH] Delete selfservice-update.sh --- selfservice-update.sh | 195 ------------------------------------------ 1 file changed, 195 deletions(-) delete mode 100644 selfservice-update.sh diff --git a/selfservice-update.sh b/selfservice-update.sh deleted file mode 100644 index 61adada..0000000 --- a/selfservice-update.sh +++ /dev/null @@ -1,195 +0,0 @@ -#!/bin/sh -if [ -f "/var/www/html/tgcount.php" ]; -then - sudo systemctl stop apache2 - #echo "found file" -else - echo "file not found" - -fi -if [ -f "/var/www/html/tgcount.php" ]; -then - sudo systemctl disable apache2 - #echo "found file" -else - echo "file not found" - -fi -if [ -f "/var/www/html/tgcount.php" ]; -then - sudo rm /var/www/html/* -r - #echo "found file" -else - echo "file not found" - -fi -if [ -d "/var/www/fdmr" ]; -then - sudo rm /var/www/fdmr/ -r - #echo "found file" -else - echo "file not found" - -fi -sudo systemctl stop fdmr_mon.service -sudo systemctl stop proxy.service -sudo systemctl stop http.server-fdmr.service -sudo rm -r /opt/FDMR-Monitor/ -# -cd /opt -sudo git clone https://github.com/hp3icc/FDMR-Monitor.git -cd FDMR-Monitor -sudo git checkout Self_Service -sudo chmod +x install.sh - -sudo sed -i 's/RELOAD_TIME = 15/RELOAD_TIME = 1/' /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg -#sudo cp utils/logrotate/fdmr_mon /etc/logrotate.d/ -rm /etc/logrotate.d/fdmr_mon -rm /lib/systemd/system/fdmr_mon.service -#sudo cp utils/systemd/fdmr_mon.service /lib/systemd/system/ -sudo sed -i 's/FREQUENCY = 10/FREQUENCY = 120/' /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg -sudo chmod 644 /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg -sed '33 a ' -i /opt/FDMR-Monitor/html/sysinfo.php -#### -sudo sed -i "s/www\/html/www\/fdmr/g" /opt/FDMR-Monitor/html/*.* -sudo sed -i "s/www\/html/www\/fdmr/g" /opt/FDMR-Monitor/sysinfo/*.* -#### -sudo sed -i 's/localhost_2-day.png/localhost_1-day.png/' /opt/FDMR-Monitor/html/sysinfo.php -sudo sed -i "s/HBMonv2/FDMR-Monitor/g" /opt/FDMR-Monitor/sysinfo/*.sh -sudo chmod +x /opt/FDMR-Monitor/sysinfo/cpu.sh -sudo chmod +x /opt/FDMR-Monitor/sysinfo/graph.sh -sudo chmod +x /opt/FDMR-Monitor/sysinfo/rrd-db.sh - -#sudo chmod +x /opt/FDMR-Monitor/updateTGIDS.sh -# -sudo cat > /opt/FDMR-Monitor/html/buttons.php <<- "EOF" - -Home -  - - - - - - - - - - -EOF - -# -sudo chmod +x /opt/extra-2.sh -sudo sh /opt/extra-2.sh -sudo sed -i "s/root/emqte1/g" /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg -sudo sed -i "s/test/selfcare/g" /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg -sudo sed -i "s/PRIVATE_NETWORK = True/PRIVATE_NETWORK = False/g" /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg -sudo sed -i "s/TGID_URL =/#TGID_URL =/g" /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg -sed '63 a TGID_URL = https://freedmr.cymru/talkgroups/talkgroup_ids_json.php' -i /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg -sed '64 a #TGID_URL = https://freedmr.cymru/talkgroups/talkgroup_ids_flags_json.php' -i /opt/FDMR-Monitor/fdmr-mon_SAMPLE.cfg -sudo rm /opt/FDMR-Monitor/data/* -cd /opt/FDMR-Monitor/ -sudo rm /opt/FDMR-Monitor/install.sh -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 sed -i "s/All rights reserved.
.*/All rights reserved.
\"2018\") {\$cdate=\"2018-\".date(\"Y\");} echo \$cdate; ?>\" target=\"_blank\" href=https:\/\/github.com\/hp3icc\/Easy-FreeDMR-SERVER-Install\/>Proyect: Easy-FreeDMR-SERVER-Install<\/a>
/g" /var/www/fdmr/*.php -sudo sed -i "s/root/emqte1/g" /opt/FreeDMR/hotspot_proxy_v2.py -sudo sed -i "s/test/selfcare/g" /opt/FreeDMR/hotspot_proxy_v2.py -sudo sed -i "s/\/freedmr.cfg/\/config\/FreeDMR.cfg/g" /opt/FreeDMR/hotspot_proxy_v2.py -sudo sed -i "s/test/selfcare/g" /opt/FreeDMR/proxy_db.py -sudo sed -i "s/root/emqte1/g" /opt/FreeDMR/proxy_db.py -# -sudo sed -i "s/root/emqte1/g" /opt/FreeDMR/proxy.cfg -sudo sed -i "s/test/selfcare/g" /opt/FreeDMR/proxy.cfg -################# -#sh /opt/FDMR-Monitor/sysinfo/rrd-db.sh -#rm /opt/FDMR-Monitor/sysinfo/*.rrd -sh /opt/FDMR-Monitor/sysinfo/rrd-db.sh -#sed '33 a ' -i /var/www/html/sysinfo.php - -cp -r /opt/FDMR-Monitor/sysinfo/ /var/fdmr/html/sysinfo/ -sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/Easy-FreeDMR-SERVER-Install/main/menu.sh)" -sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/self/data-id-update.sh)" -data-id -#sudo rm mon.db -#sudo python3 mon_db.py -sudo systemctl daemon-reload -sudo systemctl start proxy.service -sudo systemctl start fdmr_mon.service -sudo systemctl enable fdmr_mon.service -sudo systemctl start http.server-fdmr.service -sudo systemctl enable http.server-fdmr.service