This commit is contained in:
2025-01-26 18:59:58 +01:00
parent 64785ecba5
commit 78f4039061
3 changed files with 49 additions and 31 deletions

View File

@@ -119,10 +119,8 @@ cat <<- _EOF > $PWD_SC/index.html
_EOF
# Setta i permessi giusti (decommentare se hostato)
#chown -R root:root $PWD_SC; echo "la cartella $PWD_SC è di root"
#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 di leggere dentro a $PWD_SC"
#chmod 740 $PWD_SC/*; echo "reset permessi per tutti i file 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 -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"