From 575691c29d119f5b99a6c98fd975683bbc09125f Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Mon, 13 Feb 2023 00:37:23 +0100 Subject: [PATCH] Fix typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6608600..4e0fc37 100755 --- a/scripts/install +++ b/scripts/install @@ -147,7 +147,7 @@ pip3 install -e "$final_path" ynh_script_progression --message="Adding a configuration file..." --weight=1 secret_key=$(ynh_string_random) -full_url="https://$domain$path" +full_url="https://$domain$path_url" ynh_add_config --template="../conf/settings.yml" --destination="$final_path/searx/settings.yml" # FIXME: this should be handled by the core in the future