chmod .env files to 600

This commit is contained in:
Peca 2025-06-26 22:26:14 +02:00
parent e8b5b5a836
commit 6cce5ecadd

View file

@ -76,6 +76,7 @@ chown -R $USER:$USER public_html/
# Setting chmod 600 for all php files
echo "= Setting chmod 600 for all php files"
find -name "*.php" -type f -exec chmod 600 {} +
find -name ".env" -type f -exec chmod 600 {} +
#----------------------------------------------------------#
# Vesta #