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:
parent
1809e77a23
commit
7e126991d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue