mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
Update restore
This commit is contained in:
parent
44363bf463
commit
d8e5fbf421
1 changed files with 0 additions and 2 deletions
|
@ -74,9 +74,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
|
|||
|
||||
# Restore permissions on app files
|
||||
chown -R $app:$app $final_path
|
||||
chown -R $app:$app $files_path
|
||||
#chmod -R o-rwx $final_path
|
||||
chmod -R 755 $files_path
|
||||
chmod 600 $final_path/config.json
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue