1
0
Fork 0
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:
ljf (zamentur) 2021-03-21 23:06:11 +01:00 committed by GitHub
parent b09591eb5e
commit 46630b05a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
#=================================================