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

Fix ynh_script_progression parameter

This commit is contained in:
Kayou 2019-08-05 11:59:35 +02:00 committed by GitHub
parent 1809e77a23
commit 7e126991d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ ynh_setup_source --dest_dir="$final_path"
#=================================================
# INSTALL SEARX IN A VIRTUALENV
#=================================================
ynh_script_progression --message="Installing Searx..."1
ynh_script_progression --message="Installing Searx..."
virtualenv --system-site-packages "$final_path"
set +u; source $final_path/bin/activate; set -u