1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

fix folder owner

This commit is contained in:
yalh76 2019-03-22 21:27:18 +01:00
parent 09e7aacd9a
commit 98e7ead380
3 changed files with 3 additions and 4 deletions

View file

@ -135,8 +135,7 @@ popd
#================================================= #=================================================
# Set permissions to app files # Set permissions to app files
chown -R www-data: $final_path chown -R $app: $final_path
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT

View file

@ -67,7 +67,7 @@ ynh_system_user_create $app
#================================================= #=================================================
# Restore permissions on app files # Restore permissions on app files
chown -R www-data: $final_path chown -R $app: $final_path
#================================================= #=================================================
# RESTORE THE PHP-FPM CONFIGURATION # RESTORE THE PHP-FPM CONFIGURATION

View file

@ -122,7 +122,7 @@ popd
#================================================= #=================================================
# Set permissions on app files # Set permissions on app files
chown -R www-data: $final_path chown -R $app: $final_path
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT