fix(scripts): add PYTHONPATH so venv finds full_updater module
All checks were successful
Build and Release .deb / build-deb (push) Successful in 21s
All checks were successful
Build and Release .deb / build-deb (push) Successful in 21s
This commit is contained in:
parent
978297455a
commit
e2e504ceff
1 changed files with 1 additions and 0 deletions
|
|
@ -11,4 +11,5 @@ if [ ! -d "$VENV_DIR" ]; then
|
|||
fi
|
||||
|
||||
source "$VENV_DIR/bin/activate"
|
||||
export PYTHONPATH="/opt/full-updater:$PYTHONPATH"
|
||||
python3 -m full_updater "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue