From 21cc4290252dad0d6fe3877fdc9b1cc130499df3 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Mon, 9 Oct 2023 16:11:31 -0500 Subject: [PATCH] Update p25.sh --- install/p25.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/p25.sh b/install/p25.sh index d3f6e3e..02de7e0 100644 --- a/install/p25.sh +++ b/install/p25.sh @@ -173,6 +173,8 @@ if [ ! -d "/var/www" ] then sudo mkdir /var/www fi +variable2=$(date +'%Y' | tail -c 5) +sudo sed -i -e "\$i\\

Proyect: emq-TE1+<\/a><\/span>" /opt/P25Reflector-Dashboard/index.php sudo mkdir /var/www/p25 sudo cp -R /opt/P25Reflector-Dashboard/* /var/www/p25/ rm /var/www/p25/setup.php