mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
8385858d2a
commit
3ab4399782
|
@ -127,7 +127,7 @@ stty $SAVEDSTTY
|
||||||
|
|
||||||
point(){
|
point(){
|
||||||
checkpt(){
|
checkpt(){
|
||||||
if [[ ! -f '/root/warpip/result.csv' ]]; then
|
if [[ ! -f '/root/warpip/result.csv' 2>/dev/null ]]; then
|
||||||
cpujg
|
cpujg
|
||||||
mkdir -p /root/warpip
|
mkdir -p /root/warpip
|
||||||
wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/ip.txt
|
wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/ip.txt
|
||||||
|
|
Loading…
Reference in New Issue