From 04217efe59b9e770d65823e5d450235f9d746819 Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Tue, 5 Sep 2023 12:45:16 -0400 Subject: [PATCH] test: hard Coded directory --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 59eef8c..f90537e 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 /var/www/__APP__ +pushd /var/www/motionEye python3 -m venv venv venv/bin/pip install --upgrade pip venv/bin/pip install dev.tar.gz