fix: lib systems
This commit is contained in:
@@ -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:-}
|
||||
|
||||
Reference in New Issue
Block a user