Update change_url

This commit is contained in:
Éric Gaspar 2022-07-19 23:47:28 +02:00
parent 7f8213a32d
commit e26cff6a9a
No known key found for this signature in database
GPG Key ID: 574F281483054D44
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ app=$YNH_APP_INSTANCE_NAME
db_password=$(ynh_app_setting_get --app $app --key mysqlpwd)
admin=$(ynh_app_setting_get --app $app --key adminusername)
key=$(ynh_app_setting_get --app $app --key secret_key)
lfs_key=$(ynh_app_setting_get --app $app --key lfs_key)
port=$(ynh_app_setting_get --app $app --key web_port)
upstream_version=$(ynh_app_setting_get $app upstream_version)