mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
fix permission
This commit is contained in:
parent
ccf5a93290
commit
b879110609
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
|
||||
pushd $final_path
|
||||
python3 -m venv $final_path/venv
|
||||
ynh_exec_as $app python3 -m venv $final_path/venv
|
||||
ynh_exec_as $app "$final_path/venv/bin/pip" install isso gunicorn
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue