merge-requests/1/head
Esteban Mackay Q. 2 years ago
parent 88de6f6c4a
commit 98af966089

@ -397,7 +397,7 @@ sudo cat > /opt/FDMR-Monitor-B/templates/main_table.html <<- "EOF"
EOF
#
sed -i "s/1100/1200/g" /opt/FDMR-Monitor-B/templates/*.*
sed -i "s/Copyright (c) 2016-.*/Copyright (c) <?php \$cdate=date(\"Y\"); if (\$cdate > \"2016\") {\$cdate=\"2016-\".date(\"Y\");} echo \$cdate; ?><br>/g" /opt/FDMR-Monitor-B/html/*.php
#sed -i "s/Copyright (c) 2016-.*/Copyright (c) <?php \$cdate=date(\"Y\"); if (\$cdate > \"2016\") {\$cdate=\"2016-\".date(\"Y\");} echo \$cdate; ?><br>/g" /opt/FDMR-Monitor-B/html/*.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" /opt/FDMR-Monitor-B/html/*.php
sed -i 's/b1eee9/3bb43d/' /opt/FDMR-Monitor-B/html/css/*.*
#sed -i "s/All rights reserved.<br>.*/All rights reserved.<br><a title=\"Raspbian Proyect by HP3ICC © <?php \$cdate=date(\"Y\"); if (\$cdate > \"2018\") {\$cdate=\"2018-\".date(\"Y\");} echo \$cdate; ?>\" target=\"_blank\" href=https:\/\/gitlab.com\/hp3icc\/fdmr-b\/>Script project: FDMR Bridge<\/a><br>/g" /opt/FDMR-Monitor-B/html/*.php

@ -335,6 +335,7 @@ sudo chmod +x /opt/FreeDMR/config/*
#FDMR-Monitor
cd /opt
#sudo git clone https://github.com/yuvelq/FDMR-Monitor.git
#sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git
sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git
cd FDMR-Monitor
sudo git checkout Self_Service

@ -719,6 +719,7 @@ fi
###FDMR-Monitor
cd /opt
#sudo git clone https://github.com/yuvelq/FDMR-Monitor.git
#sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git
sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git
cd FDMR-Monitor
sudo git checkout Self_Service

Loading…
Cancel
Save

Powered by TurnKey Linux.