mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -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"
|
||||
|
||||
if [[ ${DOCKER_MODS_DEBUG_CURL,,} = "true" ]]; then
|
||||
CURL_NOISE_LEVEL="-v"
|
||||
CURL_NOISE_LEVEL="-vs"
|
||||
else
|
||||
CURL_NOISE_LEVEL="--silent"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user