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

Update upgrade

This commit is contained in:
ericgaspar 2020-12-09 17:54:22 +01:00
parent 83f4ee4a1d
commit 874cf00deb
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -88,7 +88,7 @@ ynh_add_systemd_config --service="$app" --template="pyinventory.service"
ynh_script_progression --message="Install pyinventory using PIP..." --weight=15 ynh_script_progression --message="Install pyinventory using PIP..." --weight=15
virtualenv --python=python3 "${final_path}/venv" virtualenv --python=python3 "${final_path}/venv"
sudo chown -R "$app" "$final_path" chown -R "$app" "$final_path"
#run source in a 'sub shell' #run source in a 'sub shell'
( (