mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
parent
175e961e9d
commit
03b2df0c25
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ ynh_system_user_create "$app"
|
|||
#=================================================
|
||||
|
||||
chown -R root:root "$final_path"
|
||||
chown -R "$app" "$final_path"/{data,plugins}
|
||||
chown -R "$app" "$final_path"/{data,plugins,sessions}
|
||||
chmod -R 700 "$final_path"/sessions
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE PHP-FPM CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue