diff --git a/deprecati/make_index.sh b/deprecati/make_index_old.sh similarity index 98% rename from deprecati/make_index.sh rename to deprecati/make_index_old.sh index 7e201ac..da427fc 100755 --- a/deprecati/make_index.sh +++ b/deprecati/make_index_old.sh @@ -126,4 +126,4 @@ _EOF #chown -R www-data:www-data $PWD_SC/*.json; chmod -R 744 $PWD_SC/*.json; echo "do i permessi ai json dentro a $PWD_SC" #chown -R www-data:www-data $PWD_SC/*.xml; chmod -R 744 $PWD_SC/*.xml; echo "do i permessi agli xml dentro a $PWD_SC" #chown root:root ./*.sh; chmod 740 ./*.sh; echo "do i permesi agli sh dentro $PWD_SC" -#chown www-data:www-data ./splash.gif; chmod 740 ./splash.gif; echo "do i permesi alla gif splash" +#chown www-data:www-data ./splash.gif; chmod 744 ./splash.gif; echo "do i permesi alla gif splash" diff --git a/make_index.sh b/make_index.sh index d1b6290..0cf6722 100755 --- a/make_index.sh +++ b/make_index.sh @@ -123,4 +123,4 @@ _EOF #chmod +x $PWD_SC ; echo "permetto di leggere dentro a $PWD_SC" #chown -R www-data:www-data $PWD_SC/*.html; chmod -R 744 $PWD_SC/*.html; echo "do i permessi agli html dentro a $PWD_SC" #chown root:root ./*.sh; chmod 740 ./*.sh; echo "do i permesi agli sh dentro $PWD_SC" -#chown www-data:www-data ./splash.gif; chmod 740 ./splash.gif; echo "do i permesi alla gif splash" +#chown www-data:www-data ./splash.gif; chmod 744 ./splash.gif; echo "do i permesi alla gif splash" diff --git a/rss_generator.sh b/rss_generator.sh index cab9a38..504c2e2 100755 --- a/rss_generator.sh +++ b/rss_generator.sh @@ -38,7 +38,7 @@ _EOF # NB NELLA MAGGIORPARTE DEI CASI TI SERVIRA' SOLO IL COMANDO PER GLI XML #chown -R root:root $PWD_SC; chmod 740 $PWD_SC/*; echo "reset a root dei permessi della cartella $PWD_SC e tutti i suoi file" #chmod +x $PWD_SC ; echo "permetto a chiunque di attraversare $PWD_SC" -#chown root:root ./*.sh; chmod 740 ./*.sh; echo "do i permessi giusti agli sh dentro $PWD_SC" +#chown root:root ./*.sh; chmod 744 ./*.sh; echo "do i permessi giusti agli sh dentro $PWD_SC" # Setta permessi giusti versione selfhosted con make_index (versione tipica)