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

Don't use "--upgrade" in restore script, too.

This commit is contained in:
JensDiemer 2021-11-22 22:32:33 +01:00
parent bc5421ca3c
commit b90433d5ca

View file

@ -88,7 +88,7 @@ ynh_exec_warn_less ynh_install_app_dependencies "$pkg_dependencies"
#=================================================
ynh_script_progression --message="Upgrade Python virtualenv..." --weight=10
python3 -m venv --upgrade "${final_path}/venv"
python3 -m venv "${final_path}/venv"
#run source in a 'sub shell'
(