Skip to content

Commit 34b208f

Browse files
committed
Match upstream debug env
1 parent 9378882 commit 34b208f

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-swag-crowdsec

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-swag-crowdsec/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG_PATH="/config/crowdsec/"
55
LIB_PATH="/usr/local/lua/crowdsec/"
66
DATA_PATH="/var/lib/crowdsec/lua/"
77

8-
if [[ ${DOCKER_MODS_DEBUG,,} = "true" ]]; then
8+
if [[ ${DOCKER_MODS_DEBUG_CURL,,} = "true" ]]; then
99
CURL_NOISE_LEVEL="-v"
1010
else
1111
CURL_NOISE_LEVEL="--silent"

0 commit comments

Comments
 (0)