From 3b6729ae5f8e89213fb9f2bf3cea199c56decdf7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 17 May 2021 14:58:36 +0200 Subject: [PATCH] Fix --- conf/{custom.yml => settings.yml} | 0 scripts/install | 2 +- scripts/upgrade | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename conf/{custom.yml => settings.yml} (100%) diff --git a/conf/custom.yml b/conf/settings.yml similarity index 100% rename from conf/custom.yml rename to conf/settings.yml diff --git a/scripts/install b/scripts/install index 63974f2..039d0cc 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index b7c900b..0fe44a2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 #=================================================