Update get_throttled.sh

This commit is contained in:
aiminick 2021-04-03 02:06:22 +08:00 committed by GitHub
parent c9588786f6
commit ee47d0577f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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