Fix args for some helpers

This commit is contained in:
Josué Tille
2019-10-01 21:34:41 +02:00
parent 3a66c7b87b
commit 10e8930fab
4 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ source ./_common.sh
# Retrieve app settings
ynh_script_progression --message="Loading installation settings..."
domain=$(ynh_app_setting_get --app $app --key domain)
path_url=$(ynh_normalize_url_path $(ynh_app_setting_get --app $app --key path))
path_url=$(ynh_normalize_url_path --path_url $(ynh_app_setting_get --app $app --key path))
dbpass=$(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)