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:
parent
90164ffaa7
commit
fc4c6127b1
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ ynh_script_progression --message="Configuring Searx..." --weight=2
|
||||||
|
|
||||||
secret_key=$(ynh_string_random)
|
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
|
# 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_script_progression --message="Configuring uWSGI for Searx..." --weight=2
|
||||||
|
|
||||||
ynh_add_uwsgi_service 2>/dev/null
|
ynh_add_uwsgi_service
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK SEARX STARTING
|
# CHECK SEARX STARTING
|
||||||
|
|
Loading…
Add table
Reference in a new issue