Update docker_start.sh (#2780)
* Update docker_start.sh * disable 'set -e' in docker entrypoint --------- Co-authored-by: marco <marco@crowdsec.net>
This commit is contained in:
parent
3f9e8e81e6
commit
2fb6f209aa
1 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
# shellcheck disable=SC2292 # allow [ test ] syntax
|
# shellcheck disable=SC2292 # allow [ test ] syntax
|
||||||
# shellcheck disable=SC2310 # allow "if function..." syntax with -e
|
# shellcheck disable=SC2310 # allow "if function..." syntax with -e
|
||||||
|
|
||||||
set -e
|
# set -e
|
||||||
shopt -s inherit_errexit
|
shopt -s inherit_errexit
|
||||||
|
|
||||||
# match true, TRUE, True, tRuE, etc.
|
# 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
|
## Install hub items
|
||||||
cscli hub update
|
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/docker-logs
|
||||||
cscli_if_clean parsers install crowdsecurity/cri-logs
|
cscli_if_clean parsers install crowdsecurity/cri-logs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue