|
@@ -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
|
|
|
|