Skip to content

Commit 94ecff2

Browse files
authored
Update check.sh
1 parent 0cbeca9 commit 94ecff2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

check.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5929,6 +5929,13 @@ function showGoodbye() {
59295929
echo -e ''
59305930
bash <(curl ${CURL_DEFAULT_OPTS} -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/reference/AD/ADKR)
59315931
echo -e ''
5932+
elif [[ "$REGION_ID" == "3" ]]; then
5933+
echo -e "${Font_Green}本次测试已结束,感谢使用此脚本${Font_Suffix}"
5934+
echo -e ''
5935+
echo -e "${Font_Yellow}检测脚本当天运行次数: ${TODAY_RUN_TIMES}; 共计运行次数: ${TOTAL_RUN_TIMES}${Font_Suffix}"
5936+
echo -e ''
5937+
bash <(curl ${CURL_DEFAULT_OPTS} -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/reference/AD/ADJP)
5938+
echo -e ''
59325939
else
59335940
echo -e "${Font_Green}本次测试已结束,感谢使用此脚本${Font_Suffix}"
59345941
echo -e ''

0 commit comments

Comments
 (0)