Supress curl download output in debug mode

This commit is contained in:
thespad
2024-12-31 19:04:20 +00:00
parent 8d069dbd46
commit b3c106b625
+1 -1
View File
@@ -12,7 +12,7 @@ SCRIPTS_DIR="/custom-cont-init.d"
SERVICES_DIR="/custom-services.d"
if [[ ${DOCKER_MODS_DEBUG_CURL,,} = "true" ]]; then
CURL_NOISE_LEVEL="-v"
CURL_NOISE_LEVEL="-vs"
else
CURL_NOISE_LEVEL="--silent"
fi