mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Remove setfacl attempts to fix permissions
This commit is contained in:
parent
8677e1bb7e
commit
01d894a4ac
3 changed files with 0 additions and 6 deletions
|
@ -246,8 +246,6 @@ ynh_store_file_checksum --file="$final_path/wp-config.php"
|
|||
|
||||
chmod 400 "$final_path/wp-config.php"
|
||||
chown $app:$app "$final_path/wp-config.php"
|
||||
# We do not want www-data to get access to this file through the ACLs
|
||||
setfacl -b "$final_path/wp-config.php"
|
||||
|
||||
#=================================================
|
||||
# CREATE A CRON TASK FOR AUTOMATIC UPDATE
|
||||
|
|
|
@ -83,8 +83,6 @@ chmod g+s $(find $final_path/wp-content/uploads -type d)
|
|||
|
||||
chmod 400 "$final_path/wp-config.php"
|
||||
chown $app:$app "$final_path/wp-config.php"
|
||||
# We do not want www-data to get access to this file through the ACLs
|
||||
setfacl -b "$final_path/wp-config.php"
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE PHP-FPM CONFIGURATION
|
||||
|
|
|
@ -295,8 +295,6 @@ ynh_store_file_checksum --file="$final_path/wp-config.php"
|
|||
|
||||
chmod 400 "$final_path/wp-config.php"
|
||||
chown $app:$app "$final_path/wp-config.php"
|
||||
# We do not want www-data to get access to this file through the ACLs
|
||||
setfacl -b "$final_path/wp-config.php"
|
||||
|
||||
#=================================================
|
||||
# CREATE A CRON TASK FOR AUTOMATIC UPDATE
|
||||
|
|
Loading…
Add table
Reference in a new issue