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:
parent
83f4ee4a1d
commit
874cf00deb
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ ynh_add_systemd_config --service="$app" --template="pyinventory.service"
|
|||
ynh_script_progression --message="Install pyinventory using PIP..." --weight=15
|
||||
|
||||
virtualenv --python=python3 "${final_path}/venv"
|
||||
sudo chown -R "$app" "$final_path"
|
||||
chown -R "$app" "$final_path"
|
||||
|
||||
#run source in a 'sub shell'
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue