Skip to content

Commit

Permalink
Update check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lmc999 authored Dec 11, 2024
1 parent cc3dca4 commit b32c777
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5879,7 +5879,7 @@ function showGoodbye() {
1) ADN='TW' ;;
3) ADN='JP' ;;
4) ADN='US' ;;
8) ADN='KR' ;;
8) ADN="KR" ;;
*) ADN="$(echo $(($RANDOM % 2 + 1)))" ;;
esac

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

0 comments on commit b32c777

Please sign in to comment.