From fc4c6127b1875bab413caf68c615d8529d6463bc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 20 Jul 2021 21:00:24 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 73643ee..2c6f59c 100644 --- a/scripts/install +++ b/scripts/install @@ -102,7 +102,7 @@ ynh_script_progression --message="Configuring Searx..." --weight=2 secret_key=$(ynh_string_random) -ynh_add_config --template="../conf/settings.yml" --destination="$final_path/searx/settings.yml" 2>/dev/null +ynh_add_config --template="../conf/settings.yml" --destination="$final_path/searx/settings.yml" #================================================= # SET PERMISSIONS ON SEARX DIRECTORY @@ -115,7 +115,7 @@ chown -R $app: $final_path #================================================= ynh_script_progression --message="Configuring uWSGI for Searx..." --weight=2 -ynh_add_uwsgi_service 2>/dev/null +ynh_add_uwsgi_service #================================================= # CHECK SEARX STARTING