fix ermessi

This commit is contained in:
2025-02-04 18:30:10 +01:00
parent 7dd9175d6f
commit 2f1e2ee566
3 changed files with 3 additions and 3 deletions

View File

@@ -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/*.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 -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 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"

View File

@@ -123,4 +123,4 @@ _EOF
#chmod +x $PWD_SC ; echo "permetto di leggere dentro a $PWD_SC" #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 -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 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"

View File

@@ -38,7 +38,7 @@ _EOF
# NB NELLA MAGGIORPARTE DEI CASI TI SERVIRA' SOLO IL COMANDO PER GLI XML # 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" #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" #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) # Setta permessi giusti versione selfhosted con make_index (versione tipica)