From b8791106098071c9cc398bdf2f608902b04f0006 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 7 Aug 2022 22:20:32 -0400 Subject: [PATCH] fix permission --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 824e06d..f991332 100755 --- a/scripts/install +++ b/scripts/install @@ -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