mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] Backup missing var
This commit is contained in:
parent
f078a0af76
commit
0ea372a743
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ source ../settings/scripts/_common.sh
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
domain=$(ynh_app_setting_get "$app" domain)
|
||||
final_path=$(ynh_app_setting_get "$app" final_path)
|
||||
conf_file=$(ynh_app_setting_get "$app" conf_file)
|
||||
|
||||
# Backup sources & data
|
||||
ynh_backup "${final_path}/$APPNAME"
|
||||
|
|
Loading…
Reference in a new issue