From 6f10c7d2917f3e1bd2ccbd4808d52a15a26f3dad Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Sat, 29 Jul 2023 05:55:40 +0000 Subject: [PATCH] Replace update.sh --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 7e6b314..d266a1b 100644 --- a/update.sh +++ b/update.sh @@ -1080,8 +1080,8 @@ sudo git checkout Self_Service pip3 install -r requirements.txt chmod 777 /opt/FDMR-Monitor2/data -sed -i '72d' /opt/FDMR-Monitor2/html/include/navbar.php -sed '69 a \ ' -i /opt/FDMR-Monitor2/html/include/navbar.php +#sed -i '72d' /opt/FDMR-Monitor2/html/include/navbar.php +#sed '69 a \ ' -i /opt/FDMR-Monitor2/html/include/navbar.php sed -i "s/root/emqte1/g" /opt/FDMR-Monitor2/fdmr-mon_SAMPLE.cfg sed -i "s/test/selfcare/g" /opt/FDMR-Monitor2/fdmr-mon_SAMPLE.cfg sed -i "s/PRIVATE_NETWORK = True/PRIVATE_NETWORK = False/g" /opt/FDMR-Monitor2/fdmr-mon_SAMPLE.cfg