mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
Update restore
This commit is contained in:
parent
c7c398ac2c
commit
428ad3eb1d
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ ynh_script_progression "Restoring the data directory..."
|
|||
ynh_restore "$data_dir"
|
||||
|
||||
chown -R $app:www-data "$data_dir"
|
||||
chmod 400 "$data_dir/config/ocis.yaml"
|
||||
chown $app:$app "$data_dir/config/ocis.yaml"
|
||||
|
||||
#=================================================
|
||||
# RESTORE SYSTEM CONFIGURATIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue