1
0
Fork 0
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:
ljf 2018-12-14 19:48:42 +01:00
parent f078a0af76
commit 0ea372a743

View file

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