diff --git a/scripts/change_url b/scripts/change_url index ec0e4d5..16ca235 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -93,7 +93,7 @@ ynh_systemd_action --action=stop --service_name=$app # MODIFY A CONFIG FILE #================================================= -ynh_replace_string "host =.*" "host =https://$new_domain$new_path" "$final_path/config.ini" +ynh_replace_string "host =.*" "host = https://$new_domain$new_path" "$final_path/config.ini" #================================================= # START SERVICE