mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Update upgrade
This commit is contained in:
parent
b6da14f1c6
commit
e0e28e03c3
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ ynh_system_user_create --username=$app
|
|||
ynh_script_progression --message="Upgrading Searx..." --weight=7
|
||||
|
||||
# Clean venv if it still on python2
|
||||
if [ ! -e $final_path/bin/python3.7 ]
|
||||
if [ ! -e $final_path/bin/python2.* ]
|
||||
then
|
||||
ynh_secure_remove --file=$final_path/lib/ --regex='python[^/.]*'
|
||||
ynh_secure_remove --file=$final_path/lib64/ --regex='python[^/.]*'
|
||||
|
|
Loading…
Add table
Reference in a new issue