1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/motioneye_ynh.git synced 2024-09-03 19:46:09 +02:00

test: hard Coded directory

This commit is contained in:
SolAZDev 2023-09-05 12:45:16 -04:00
parent a73eb22cbf
commit 04217efe59

View file

@ -169,7 +169,7 @@ chown $app:$app "/var/lib/motioneye"
ynh_script_progression --message="Installing python dependencies..." --weight=1 ynh_script_progression --message="Installing python dependencies..." --weight=1
pushd /var/www/__APP__ pushd /var/www/motionEye
python3 -m venv venv python3 -m venv venv
venv/bin/pip install --upgrade pip venv/bin/pip install --upgrade pip
venv/bin/pip install dev.tar.gz venv/bin/pip install dev.tar.gz