mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] Missing var in restore script
This commit is contained in:
parent
78de1d5ec1
commit
04f0ca5281
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export port_chat=$(ynh_app_setting_get $app port_chat)
|
|||
export db_name=$(ynh_app_setting_get $app db_name)
|
||||
export db_pass=$(ynh_app_setting_get $app psqlpwd)
|
||||
export final_path=$(ynh_app_setting_get $app final_path)
|
||||
export conf_file=$(ynh_app_setting_get $app conf_file)
|
||||
export is_public=0
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue