Update enroll diff
parent
584c43cb53
commit
f669d3c6b9
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ Store in `/usr/local/bin/enroll-harvest-diff.sh` and make it `chmod 0700`
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# Required env
|
# Required env
|
||||||
: "${WEBHOOK_URL:?Set WEBHOOK_URL in /etc/enroll/enroll-harvest-diff.env}"
|
: "${WEBHOOK_URL:?Set WEBHOOK_URL in /etc/enroll/enroll-harvest-diff}"
|
||||||
: "${ENROLL_SECRET:?Set ENROLL_SECRET in /etc/enroll/enroll-harvest-diff.env}"
|
: "${ENROLL_SECRET:?Set ENROLL_SECRET in /etc/enroll/enroll-harvest-diff}"
|
||||||
|
|
||||||
# Optional env
|
# Optional env
|
||||||
STATE_DIR="${ENROLL_STATE_DIR:-/var/lib/enroll}"
|
STATE_DIR="${ENROLL_STATE_DIR:-/var/lib/enroll}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue