From 4af5004c554b45593cbf1cd197891fb25fc79959 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Wed, 7 Jun 2023 03:19:50 +0000 Subject: [PATCH] Update install.sh --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index cb1fba5..93faf6f 100644 --- a/install.sh +++ b/install.sh @@ -354,9 +354,9 @@ sed '35 a -->' -i /opt/FDMR-Monitor/html/sysinfo.php #### sed -i "s/www\/html/www\/fdmr/g" /opt/FDMR-Monitor/html/*.* sed -i "s/www\/html/www\/fdmr/g" /opt/FDMR-Monitor/sysinfo/*.* -sed -i 's/1100/1200/' /opt/FDMR-Monitor/html/*.* -sed -i 's/1100/1200/' /opt/FDMR-Monitor/html/css/*.* -sed -i 's/1100/1200/' /opt/FDMR-Monitor/templates/*.* +sed -i "s/1100/1200/g" /opt/FDMR-Monitor/html/*.* +sed -i "s/1100/1200/g" /opt/FDMR-Monitor/html/css/*.* +sed -i "s/1100/1200/g" /opt/FDMR-Monitor/templates/*.* sed -i 's/b1eee9/3bb43d/' /opt/FDMR-Monitor/html/css/*.* #### sed -i 's/localhost_2-day.png/localhost_1-day.png/' /opt/FDMR-Monitor/html/sysinfo.php @@ -674,6 +674,7 @@ cat > /opt/FDMR-Monitor/templates/main_table.html <<- "EOF" EOF # +sed -i "s/1100/1200/g" /opt/FDMR-Monitor/templates/*.* sed -i "s/Copyright (c) 2016-.*/Copyright (c) \"2016\") {\$cdate=\"2016-\".date(\"Y\");} echo \$cdate; ?>
/g" /var/www/fdmr/*.php sed -i "s/meta name=\"description.*/meta name=\"description\" content=\"Copyright (c) 2016-22.The Regents of the K0USY Group. All rights reserved. Version OA4DOA 2022 (v270422)\">/g" /var/www/fdmr/*.php sed -i '166 s/hotpink/#ad02fd/g' /var/www/fdmr/css/styles.php