1
0
Fork 0
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:
Éric Gaspar 2024-09-02 17:41:29 +02:00
parent 879b6b35ba
commit dbc2612759

View file

@ -20,6 +20,7 @@ ynh_script_progression "Restoring the data directory..."
ynh_restore "$data_dir" ynh_restore "$data_dir"
chown -R $app:www-data "$data_dir" chown -R $app:www-data "$data_dir"
chown $app:$app "$data_dir/config/ocis.yaml"
#================================================= #=================================================
# RESTORE SYSTEM CONFIGURATIONS # RESTORE SYSTEM CONFIGURATIONS