Saving path into 'path' variable in settings. It was creating issues at install/upgrade + fixing a bug in path in upgrade.

This commit is contained in:
admin
2018-07-25 06:44:48 +00:00
parent f6682e66ac
commit 5ad912e6c9
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ ynh_webpath_register "$app" "$domain" "$path_url"
#=================================================
ynh_app_setting_set "$app" domain "$domain"
ynh_app_setting_set "$app" path_url "$path_url"
ynh_app_setting_set "$app" path "$path_url"
ynh_app_setting_set "$app" final_path "$final_path"
#=================================================