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