From c9588786f675ff2e89f72969a5b9227db91a3d5e Mon Sep 17 00:00:00 2001 From: aiminick Date: Sat, 3 Apr 2021 02:02:49 +0800 Subject: [PATCH] Update get_throttled.sh --- scripts/get_throttled.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_throttled.sh b/scripts/get_throttled.sh index a7e3a1e..7ce0121 100644 --- a/scripts/get_throttled.sh +++ b/scripts/get_throttled.sh @@ -38,7 +38,7 @@ THROTTLED_CODE_HEX=${strarr[1]} echo "Current issues:" CURRENT_HEX=${THROTTLED_CODE_HEX:4:1} CURRENT_BIN=${HEX_BIN_MAP[$CURRENT_HEX]} -if [ $CURRENT_HEX = "0" ]; then +if [ $CURRENT_HEX == "0" ]; then echo "No throttling issues detected." else bit_n=0