From 2fb6f209aa004a4ed9e587d999ab5da772e0a828 Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Wed, 24 Jan 2024 22:51:33 +0000 Subject: [PATCH] Update docker_start.sh (#2780) * Update docker_start.sh * disable 'set -e' in docker entrypoint --------- Co-authored-by: marco --- docker/docker_start.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/docker_start.sh b/docker/docker_start.sh index 55077b4d5..1e44b64ac 100755 --- a/docker/docker_start.sh +++ b/docker/docker_start.sh @@ -3,7 +3,7 @@ # shellcheck disable=SC2292 # allow [ test ] syntax # shellcheck disable=SC2310 # allow "if function..." syntax with -e -set -e +# set -e shopt -s inherit_errexit # match true, TRUE, True, tRuE, etc. @@ -302,9 +302,8 @@ conf_set_if "$PLUGIN_DIR" '.config_paths.plugin_dir = strenv(PLUGIN_DIR)' ## Install hub items cscli hub update +cscli hub upgrade -cscli_if_clean collections upgrade crowdsecurity/linux -cscli_if_clean parsers upgrade crowdsecurity/whitelists cscli_if_clean parsers install crowdsecurity/docker-logs cscli_if_clean parsers install crowdsecurity/cri-logs