From 2ede848e4290b94bf4f6de92a02e15d08a604f31 Mon Sep 17 00:00:00 2001 From: scossa Date: Sun, 19 Jan 2025 01:02:10 +0100 Subject: [PATCH] fix running in locale --- make_index.sh | 4 ++-- rss_gerator.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/make_index.sh b/make_index.sh index 26562d8..01ff11b 100755 --- a/make_index.sh +++ b/make_index.sh @@ -105,5 +105,5 @@ cat <<- _EOF > $PWD_SC/index.html _EOF -# Da i permessi alla cartella -sudo chown -R www-data:www-data $PWD_SC ; sudo chmod -R 755 $PWD_SC \ No newline at end of file +# Da i permessi alla cartella (decommentare se hostato) +#sudo chown -R www-data:www-data $PWD_SC ; sudo chmod -R 755 $PWD_SC \ No newline at end of file diff --git a/rss_gerator.sh b/rss_gerator.sh index 5daf2f3..62e5687 100755 --- a/rss_gerator.sh +++ b/rss_gerator.sh @@ -31,5 +31,5 @@ cat <<- _EOF > $PWD_SC/rss.xml _EOF -# Da i permessi alla cartella -sudo chown -R www-data:www-data $PWD_SC ; sudo chmod -R 755 $PWD_SC \ No newline at end of file +# Da i permessi alla cartella (decommentare se hostato) +#sudo chown -R www-data:www-data $PWD_SC ; sudo chmod -R 755 $PWD_SC \ No newline at end of file