From 1d13973ae213dbd77cf6ff4ec6dcaf123f9e5d53 Mon Sep 17 00:00:00 2001 From: WrightNed <114073970+WrightNed@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:56:00 +0200 Subject: [PATCH] Update entry.sh --- build_system/docker/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_system/docker/entry.sh b/build_system/docker/entry.sh index 9d900ff..530cb4c 100644 --- a/build_system/docker/entry.sh +++ b/build_system/docker/entry.sh @@ -67,7 +67,7 @@ fi /nano-service-installers/$CACHE_INSTALLATION_SCRIPT --install /nano-service-installers/$HTTP_TRANSACTION_HANDLER_SERVICE --install -if [ ! -z $CROWDSEC_ENABLED ]; then +if [ "$CROWDSEC_ENABLED" == "true" ]; then /nano-service-installers/$INTELLIGENCE_INSTALLATION_SCRIPT --install /nano-service-installers/$CROWDSEC_INSTALLATION_SCRIPT --install fi