Skip to content

Commit b32c777

Browse files
authored
Update check.sh
1 parent cc3dca4 commit b32c777

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

check.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5879,7 +5879,7 @@ function showGoodbye() {
58795879
1) ADN='TW' ;;
58805880
3) ADN='JP' ;;
58815881
4) ADN='US' ;;
5882-
8) ADN='KR' ;;
5882+
8) ADN="KR" ;;
58835883
*) ADN="$(echo $(($RANDOM % 2 + 1)))" ;;
58845884
esac
58855885

@@ -5889,6 +5889,13 @@ function showGoodbye() {
58895889
echo -e "${Font_Yellow}Number of Script Runs for Today: ${TODAY_RUN_TIMES}; Total Number of Script Runs: ${TOTAL_RUN_TIMES}${Font_Suffix}"
58905890
echo -e ''
58915891
bash <(curl ${CURL_DEFAULT_OPTS} -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/reference/AD/ADEN)
5892+
elif [[ "$REGION_ID" == "8" ]]; then
5893+
echo -e "${Font_Green}本次测试已结束,感谢使用此脚本${Font_Suffix}"
5894+
echo -e ''
5895+
echo -e "${Font_Yellow}检测脚本当天运行次数: ${TODAY_RUN_TIMES}; 共计运行次数: ${TOTAL_RUN_TIMES}${Font_Suffix}"
5896+
echo -e ''
5897+
bash <(curl ${CURL_DEFAULT_OPTS} -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/reference/AD/ADKR)
5898+
echo -e ''
58925899
else
58935900
echo -e "${Font_Green}本次测试已结束,感谢使用此脚本${Font_Suffix}"
58945901
echo -e ''

0 commit comments

Comments
 (0)