From ee47d0577f7311787be73fc3d261825d620aa40f Mon Sep 17 00:00:00 2001 From: aiminick Date: Sat, 3 Apr 2021 02:06:22 +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 7ce0121..4bd9aa5 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