fix running in locale

This commit is contained in:
2025-01-19 01:02:10 +01:00
parent 95ec6d1824
commit 2ede848e42
2 changed files with 4 additions and 4 deletions

View File

@@ -105,5 +105,5 @@ cat <<- _EOF > $PWD_SC/index.html
</html>
_EOF
# Da i permessi alla cartella
sudo chown -R www-data:www-data $PWD_SC ; sudo chmod -R 755 $PWD_SC
# Da i permessi alla cartella (decommentare se hostato)
#sudo chown -R www-data:www-data $PWD_SC ; sudo chmod -R 755 $PWD_SC