mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
fix upgrade
This commit is contained in:
parent
ccedd72be8
commit
5cb81a5ccd
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ secret_key=$(ynh_app_setting_get --app=$app --key=secret_key)
|
|||
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
||||
db_user=$(ynh_app_setting_get --app=$app --key=db_user)
|
||||
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
|
||||
gollem_data_dir=$(ynh_app_setting_get --app=$app --key=gollem_data_dir)
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
|
|
Loading…
Reference in a new issue