mirror of
https://github.com/YunoHost-Apps/motioneye_ynh.git
synced 2024-09-03 19:46:09 +02:00
$final_path not bound, attepting "__APP__"
This commit is contained in:
parent
f273824f0d
commit
a73eb22cbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue