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 Co-authored-by: Rasmus Mattsson Kallio <rasmus@mallio.se>
This commit is contained in:
parent
e220700eed
commit
8549674540
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ systemctl enable $app.service
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_restore_file "/home/yunohost.app/$app"
|
ynh_restore_file "/home/yunohost.app/$app"
|
||||||
|
chown -R "$app:$app" "/home/yunohost.app/$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INTEGRATE SERVICE IN YUNOHOST
|
# INTEGRATE SERVICE IN YUNOHOST
|
||||||
|
|
Loading…
Reference in a new issue