From cb7cf29f5c4bced1890c34cb61fa1f0705654337 Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Tue, 5 Sep 2023 14:37:48 -0400 Subject: [PATCH] debug: list all files in install dir --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index be05aef..14074ed 100755 --- a/scripts/install +++ b/scripts/install @@ -173,6 +173,7 @@ pushd $install_dir python3 -m venv venv venv/bin/pip install --upgrade pip venv/bin/pip install "https://github.com/motioneye-project/motioneye/archive/dev.tar.gz" + ls -R popd #=================================================