mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
a0b0562739
commit
4a7a3aa919
|
@ -247,7 +247,8 @@ systemctl enable warp-go
|
||||||
systemctl start warp-go
|
systemctl start warp-go
|
||||||
checkwgcf
|
checkwgcf
|
||||||
if [[ $wgcfv4 =~ on|plus || $wgcfv6 =~ on|plus ]]; then
|
if [[ $wgcfv4 =~ on|plus || $wgcfv6 =~ on|plus ]]; then
|
||||||
green "恭喜!warp的IP获取成功!" && dns && break
|
green "恭喜!warp的IP获取成功!" && dns
|
||||||
|
break
|
||||||
else
|
else
|
||||||
red "遗憾!warp的IP获取失败"
|
red "遗憾!warp的IP获取失败"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue