From a73eb22cbfd0ec06c1b8bf9bad36a042930d49fa Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Tue, 5 Sep 2023 12:35:21 -0400 Subject: [PATCH] $final_path not bound, attepting "__APP__" --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 316d9d2..59eef8c 100755 --- a/scripts/install +++ b/scripts/install @@ -169,7 +169,7 @@ chown $app:$app "/var/lib/motioneye" ynh_script_progression --message="Installing python dependencies..." --weight=1 -pushd $final_path +pushd /var/www/__APP__ python3 -m venv venv venv/bin/pip install --upgrade pip venv/bin/pip install dev.tar.gz