1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/droppy_ynh.git synced 2024-09-03 18:26:27 +02:00

Fix issue #5 (#6)

Explicity set the correct owner and group for the data dir during
backup restore

Co-authored-by: Rasmus Mattsson Kallio <rasmus@mallio.se>
This commit is contained in:
Rasmus MK 2020-09-16 22:28:28 +02:00 committed by GitHub
parent e220700eed
commit 8549674540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,7 @@ systemctl enable $app.service
#=================================================
ynh_restore_file "/home/yunohost.app/$app"
chown -R "$app:$app" "/home/yunohost.app/$app"
#=================================================
# INTEGRATE SERVICE IN YUNOHOST