From aff5d43251913914b7d426646fce76e91b2f3329 Mon Sep 17 00:00:00 2001 From: Richard Kojedzinszky Date: Wed, 9 Dec 2020 09:51:11 +0100 Subject: [PATCH] Fix dispatcher container redis setup (#150) --- rootfs/etc/cont-init.d/05-svc-dispatcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/cont-init.d/05-svc-dispatcher.sh b/rootfs/etc/cont-init.d/05-svc-dispatcher.sh index b548311..dcd3d9a 100644 --- a/rootfs/etc/cont-init.d/05-svc-dispatcher.sh +++ b/rootfs/etc/cont-init.d/05-svc-dispatcher.sh @@ -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 <