We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9378882 commit 34b208fCopy full SHA for 34b208f
root/etc/s6-overlay/s6-rc.d/init-mod-swag-crowdsec/run
@@ -5,7 +5,7 @@ CONFIG_PATH="/config/crowdsec/"
5
LIB_PATH="/usr/local/lua/crowdsec/"
6
DATA_PATH="/var/lib/crowdsec/lua/"
7
8
-if [[ ${DOCKER_MODS_DEBUG,,} = "true" ]]; then
+if [[ ${DOCKER_MODS_DEBUG_CURL,,} = "true" ]]; then
9
CURL_NOISE_LEVEL="-v"
10
else
11
CURL_NOISE_LEVEL="--silent"
0 commit comments