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 <