1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00
This commit is contained in:
mh4ckt3mh4ckt1c4s 2023-02-13 00:37:23 +01:00
parent 9416977d0a
commit 575691c29d

View file

@ -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