mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-09 16:17:10 +02:00
continue script if venv doesnt exist
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user