mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Fix typo
This commit is contained in:
parent
9416977d0a
commit
575691c29d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue