1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-20 21:00:24 +02:00
parent 90164ffaa7
commit fc4c6127b1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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