1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/writefreely_ynh.git synced 2024-09-03 20:36:02 +02:00

Fix chown

This commit is contained in:
yalh76 2019-02-01 08:54:54 +01:00
parent 2fb79b57db
commit b12e47c52a
3 changed files with 3 additions and 3 deletions

View file

@ -305,7 +305,7 @@ ynh_store_file_checksum "$final_path/config.ini"
### that really need such authorization.
# Set permissions to app files
chown -R $app: $final_path
chown -R "$app":"$app" "$final_path"
#=================================================
# SETUP LOGROTATE

View file

@ -74,7 +74,7 @@ ynh_system_user_create "$app" "$final_path"
#=================================================
# Restore permissions on app files
chown -R root: $final_path
chown -R "$app":"$app" "$final_path"
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION

View file

@ -155,7 +155,7 @@ ynh_add_systemd_config
#=================================================
# Set permissions on app files
chown -R $app: $final_path
chown -R "$app":"$app" "$final_path"
#=================================================
# SETUP SSOWAT