File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5879,7 +5879,7 @@ function showGoodbye() {
5879
5879
1) ADN=' TW' ;;
5880
5880
3) ADN=' JP' ;;
5881
5881
4) ADN=' US' ;;
5882
- 8) ADN=' KR ' ;;
5882
+ 8) ADN=" KR " ;;
5883
5883
* ) ADN=" $( echo $(( $RANDOM % 2 + 1 )) ) " ;;
5884
5884
esac
5885
5885
@@ -5889,6 +5889,13 @@ function showGoodbye() {
5889
5889
echo -e " ${Font_Yellow} Number of Script Runs for Today: ${TODAY_RUN_TIMES} ; Total Number of Script Runs: ${TOTAL_RUN_TIMES}${Font_Suffix} "
5890
5890
echo -e ' '
5891
5891
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 ' '
5892
5899
else
5893
5900
echo -e " ${Font_Green} 本次测试已结束,感谢使用此脚本${Font_Suffix} "
5894
5901
echo -e ' '
You can’t perform that action at this time.
0 commit comments