Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-19 05:11:40 +00:00
parent 155b4c8c74
commit ca454b78a5
1 changed files with 2 additions and 2 deletions

View File

@ -1757,8 +1757,8 @@ white " ================================================================="
echo echo
readp " 请输入数字:" Input readp " 请输入数字:" Input
case "$Input" in case "$Input" in
1 ) ONEWARPGO;; 1 ) ONEWARPGO && yellow "请稍等……";;
2 ) ONEWGCFWARP;; 2 ) ONEWGCFWARP && yellow "请稍等……";;
* ) exit * ) exit
esac esac
} }