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

Fix final_path owner

This commit is contained in:
yalh76 2019-03-31 21:31:36 +02:00
parent 734cf8778f
commit e8f8164a3c

View file

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