From 7b3e6914f585df3617fdbed51a4b58005332f379 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 10 Apr 2019 05:27:15 +0200 Subject: [PATCH] fix change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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