fix: lib systems

This commit is contained in:
2025-10-16 09:52:49 +00:00
parent dc6ca7a0a9
commit 3139fd1d9f
3 changed files with 53 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ set -eu
TIMEOUT=${TIMEOUT:-5}
POLLING_INTERVAL_SEC=${POLLING_INTERVAL_SEC:-3}
STATE_DIR=${STATE_DIR:-/tmp/sentinel}
STATE_DIR=${STATE_DIR:-$(mktemp -d)}
SERVERS=${SERVERS:-}
TOKENS=${TOKENS:-}
TOKEN=${TOKEN:-}