1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/droppy_ynh.git synced 2024-09-03 18:26:27 +02:00
Explicity set the correct owner and group for the data dir during
backup restore
This commit is contained in:
Rasmus Mattsson Kallio 2020-09-16 21:58:11 +02:00
parent e3b944dabf
commit 7744678888

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