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