mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update p25.sh
This commit is contained in:
parent
d3946d791e
commit
21cc429025
|
|
@ -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\\</div> <p style=\"text-align: center;\"><span class=\"text-muted\"><a title=\"Raspbian Proyect by HP3ICC © 2018-$variable2\" target=\"_blank\" href=https:\/\/gitlab.com\/hp3icc\/emq-TE1\/>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
|
||||
|
|
|
|||
Loading…
Reference in New Issue