From a74f3a99e2cfcdb54288946202ad75dba7782723 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 19 May 2020 22:43:20 +0200 Subject: [PATCH] ;event.target.protocol='http:'; --- .install/loveland.sh | 7 +++++++ www/LOVELand/index.html | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.install/loveland.sh b/.install/loveland.sh index 48176a9..a533362 100755 --- a/.install/loveland.sh +++ b/.install/loveland.sh @@ -162,6 +162,13 @@ sudo sed -i "s/_LPORT_/3000/g" /tmp/oasis.conf sudo sed -i "s/_APPLI_//g" /tmp/oasis.conf sudo cp -f /tmp/oasis.conf /etc/nginx/conf.d/oasis.conf +### JUKEBOX RompR CopyLaRadio +sudo sed "s/_PHPVERSION_/$PHPVERSION/g" /home/$YOU/.zen/astroport/www/loveland.conf > /tmp/jukebox.conf +sudo sed -i "s/_NODERNAME_/$NODENAME/g" /tmp/jukebox.conf +sudo sed -i "s/_PORT_/10011/g" /tmp/jukebox.conf +sudo sed -i "s/_APPLI_/jukebox/g" /tmp/jukebox.conf +sudo cp -f /tmp/jukebox.conf /etc/nginx/conf.d/jukebox.conf + sudo systemctl restart nginx || err=1 diff --git a/www/LOVELand/index.html b/www/LOVELand/index.html index 5688395..ce61afe 100644 --- a/www/LOVELand/index.html +++ b/www/LOVELand/index.html @@ -56,9 +56,9 @@ @@ -213,7 +213,7 @@