Fix path_url on upgrade script

This commit is contained in:
yalh76 2019-04-08 17:53:56 +02:00
parent a61835ad63
commit 5d2665fc8c

View file

@ -19,7 +19,7 @@ ynh_print_info "Loading installation settings..."
app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get "$app" domain)
path_url="/"
path_url=$(ynh_app_setting_get $app path)
is_public=$(ynh_app_setting_get "$app" is_public)
admin_email=$(ynh_app_setting_get "$app" admin_email)
final_path=$(ynh_app_setting_get "$app" final_path)