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

@ -19,7 +19,7 @@ ynh_script_progression --message="Loading installation settings..."
# RETRIEVE ARGUMENTS
old_domain=$YNH_APP_OLD_DOMAIN
domain=$YNH_APP_NEW_DOMAIN
path_url=$(ynh_normalize_url_path ${YNH_APP_NEW_PATH:-'/'})
path_url=$(ynh_normalize_url_path --path_url ${YNH_APP_NEW_PATH:-'/'})
app=$YNH_APP_INSTANCE_NAME
dbpass=$(ynh_app_setting_get --app $app --key mysqlpwd)