mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
continue script if venv doesnt exist
This commit is contained in:
parent
6d8b3ca190
commit
d32aad5123
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ IFS=$'\n'
|
|||
|
||||
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
|
||||
|
||||
source "$REPO_DIR/.venv/bin/activate"
|
||||
source "$REPO_DIR/.venv/bin/activate" || true
|
||||
cd "$REPO_DIR"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue