1
0
Fork 0
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:
ericgaspar 2021-04-05 23:30:25 +02:00
parent 44363bf463
commit d8e5fbf421
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================