mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Fix change_url
This commit is contained in:
parent
ee920bbf75
commit
b162e4cd9a
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ admin=$(ynh_app_setting_get $app admin)
|
|||
final_path=$(ynh_app_setting_get $app final_path)
|
||||
port=$(ynh_app_setting_get $app port)
|
||||
secret_key=$(ynh_app_setting_get $app secret_key)
|
||||
service_autodiscovery=$(ynh_app_setting_get $app service_autodiscovery)
|
||||
db_name=$(ynh_app_setting_get $app db_name)
|
||||
db_user=$(ynh_app_setting_get $app db_user)
|
||||
db_pwd=$(ynh_app_setting_get $app mysqlpwd)
|
||||
|
|
Loading…
Reference in a new issue