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 +