Skip to content

Commit

Permalink
Update variables.sh: add ALLSKY_PYTHON_VENV
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 11, 2023
1 parent 737404d commit 6b26d90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" ]]; then
IMG_DIR="current/tmp"
CAPTURE_SAVE_DIR="${ALLSKY_TMP}"

# Python virtual environment
ALLSKY_PYTHON_VENV="${ALLSKY_HOME}/venv"

# These EXIT codes from the capture programs must match what's in src/include/allsky_common.h
# Anything at or above EXIT_ERROR_STOP is unrecoverable and the service must be stopped
EXIT_OK=0
Expand Down

0 comments on commit 6b26d90

Please sign in to comment.