From 1ad47617d6e3c7ca31911106e46dc8c1a616626b Mon Sep 17 00:00:00 2001 From: scossa Date: Sun, 3 Nov 2024 00:02:09 +0100 Subject: [PATCH] fix --- update_link.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/update_link.sh b/update_link.sh index 15dfd0b..053aec4 100755 --- a/update_link.sh +++ b/update_link.sh @@ -5,7 +5,7 @@ giusto=$(curl -L https://www.giardiniblog.it/streamingcommunity-nuovo-link/ | gr formatted="${giusto#*://}" formatted="${formatted%/}" -cat <<- _EOF > index.html +cat <<- _EOF > /var/www/html/scommunity/index.html @@ -66,25 +66,25 @@ cat <<- _EOF > index.html

- + - +

-

+

@@ -92,5 +92,5 @@ cat <<- _EOF > index.html _EOF -#setta e decommenta per dare i permessi in automatico -#sudo chown -R www-data:www-data /path/to/streamingcommunity_directory ; sudo chmod -R 755 /path/to/streamingcommunity_directory \ No newline at end of file +sudo chown -R www-data:www-data /var/www/html/scommunity ; sudo chmod -R 755 /var/www/html/scommunity +