From dd0a74fe1c79978e927b62c06d0bbc7ea7520291 Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Sat, 4 Mar 2023 13:28:55 +0100 Subject: [PATCH] Yet another typo --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 046aa92..a7bc00b 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -113,7 +113,7 @@ fi #================================================= ynh_script_progression --message="Reconfiguring SearXNG..." --weight=2 -ynh_replace_string --match_string="base_url: https://$old_domain$old_path}" --replace_string="base_url: https://$new_domain$new_path" --target_file="$final_path/searx/settings.yml" +ynh_replace_string --match_string="base_url: https://$old_domain$old_path" --replace_string="base_url: https://$new_domain$new_path" --target_file="$final_path/searx/settings.yml" #================================================= # GENERIC FINALISATION