mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Fix
This commit is contained in:
parent
44ce834f98
commit
3b6729ae5f
3 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ ynh_script_progression --message="Configuring Searx..." --weight=2
|
|||
|
||||
secret_key=$(ynh_string_random)
|
||||
|
||||
ynh_add_config --template="../conf/custom.yml" --destination="$final_path/searx/custom.yml"
|
||||
ynh_add_config --template="../conf/settings.yml" --destination="$final_path/searx/settings.yml"
|
||||
|
||||
#=================================================
|
||||
# SET PERMISSIONS ON SEARX DIRECTORY
|
||||
|
|
|
@ -90,7 +90,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=3
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/searx/custom.yml"
|
||||
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/searx/settings.yml"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue