1
0
Fork 0
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:
tituspijean 2022-05-22 21:15:41 +02:00
parent 8677e1bb7e
commit 01d894a4ac
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
3 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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