From 0009c0d473f00a1bcbcbbdf3b68ba28c6f01c5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sat, 18 Aug 2018 12:04:18 +0200 Subject: [PATCH] fix: --batch now implies --no-color to avoid colored warnings --- spectre-meltdown-checker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 446f54f..a14f65b 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -637,6 +637,7 @@ while [ -n "$1" ]; do elif [ "$1" = "--batch" ]; then opt_batch=1 opt_verbose=0 + opt_no_color=1 shift case "$1" in text|nrpe|json|prometheus) opt_batch_format="$1"; shift;;