mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
[fix] Add not mandatory for data
This commit is contained in:
parent
b09591eb5e
commit
46630b05a5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ ynh_system_user_create --username=$app
|
|||
# RESTORE THE APP DATA
|
||||
#=================================================
|
||||
|
||||
ynh_restore_file --origin_path="/home/yunohost.app/$app"
|
||||
ynh_restore_file --origin_path="/home/yunohost.app/$app" --not_mandatory
|
||||
chown -R $app: "/home/yunohost.app/$app"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue