mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
fix
This commit is contained in:
parent
f7538114fe
commit
267b8a8f9d
2 changed files with 4 additions and 4 deletions
|
@ -109,4 +109,4 @@ ynh_systemd_action --service_name=uwsgi-app@$app.service --action=start --line_m
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Restoration completed for $app" --last
|
||||
ynh_script_progression --message="Restoration completed for Searx" --last
|
||||
|
|
|
@ -124,8 +124,8 @@ then
|
|||
ynh_secure_remove --file=$final_path/lib64/ --regex='python[^/.]*'
|
||||
ynh_secure_remove --file=$final_path/share/python-wheels
|
||||
fi
|
||||
ynh_secure_remove --file=$final_path/lib/python3.7/site-packages/setuptools
|
||||
ynh_secure_remove --file=$final_path/lib/python3.7/site-packages/ --regex='setuptools-[^/.]*'
|
||||
ynh_secure_remove --file=$final_path/lib/python3/site-packages/setuptools
|
||||
ynh_secure_remove --file=$final_path/lib/python3/site-packages/ --regex='setuptools-[^/.]*'
|
||||
|
||||
python3 -m venv --system-site-packages "$final_path"
|
||||
set +u; source $final_path/bin/activate; set -u
|
||||
|
@ -185,4 +185,4 @@ ynh_systemd_action --service_name=nginx --action=reload
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Upgrade of $app completed" --last
|
||||
ynh_script_progression --message="Upgrade of Searx completed" --last
|
||||
|
|
Loading…
Add table
Reference in a new issue