mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
chmod .env files to 600
This commit is contained in:
parent
e8b5b5a836
commit
6cce5ecadd
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ chown -R $USER:$USER public_html/
|
||||||
# Setting chmod 600 for all php files
|
# Setting chmod 600 for all php files
|
||||||
echo "= 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 "*.php" -type f -exec chmod 600 {} +
|
||||||
|
find -name ".env" -type f -exec chmod 600 {} +
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# Vesta #
|
# Vesta #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue