mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
[fix] This dir could be in giga
This commit is contained in:
parent
0afe89286b
commit
10b3deeec8
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ ynh_backup --src_path="$final_path"
|
|||
# BACKUP THE APP DATA
|
||||
#=================================================
|
||||
|
||||
ynh_backup --src_path="/home/yunohost.app/$app"
|
||||
ynh_backup --src_path="/home/yunohost.app/$app" --is_big
|
||||
|
||||
#=================================================
|
||||
# BACKUP THE NGINX CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue