1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Fix dispatcher container redis setup (#150)

This commit is contained in:
Richard Kojedzinszky 2020-12-09 09:51:11 +01:00 committed by GitHub
parent fe9af3323e
commit aff5d43251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ if [ -n "$DISPATCHER_NODE_ID" ]; then
fi
# Redis Sentinel
if [ -n "REDIS_SENTINEL" ]; then
if [ -n "$REDIS_SENTINEL" ]; then
echo "Setting Redis Sentinel"
cat >> ${LIBRENMS_PATH}/.env <<EOL
REDIS_SENTINEL=${REDIS_SENTINEL}