mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-22 02:50:29 -04:00
Supress curl download output in debug mode
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ SCRIPTS_DIR="/custom-cont-init.d"
|
|||||||
SERVICES_DIR="/custom-services.d"
|
SERVICES_DIR="/custom-services.d"
|
||||||
|
|
||||||
if [[ ${DOCKER_MODS_DEBUG_CURL,,} = "true" ]]; then
|
if [[ ${DOCKER_MODS_DEBUG_CURL,,} = "true" ]]; then
|
||||||
CURL_NOISE_LEVEL="-v"
|
CURL_NOISE_LEVEL="-vs"
|
||||||
else
|
else
|
||||||
CURL_NOISE_LEVEL="--silent"
|
CURL_NOISE_LEVEL="--silent"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user