1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
This commit is contained in:
ericgaspar 2021-05-17 14:58:36 +02:00
parent 44ce834f98
commit 3b6729ae5f
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 2 additions and 2 deletions

View file

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

View file

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