mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
221f87c706
commit
3b2bf4e8ea
|
@ -590,7 +590,7 @@ flow=`echo "scale=2; $warppflow/1000000000" | bc`
|
||||||
green "已升级为wgcf-warp+账户\nwgcf-warp+账户设备名称:$(grep -s 'Device name' /etc/wireguard/wgcf+p.log | awk '{ print $NF }')\nwgcf-warp+账户剩余流量:$flow GB"
|
green "已升级为wgcf-warp+账户\nwgcf-warp+账户设备名称:$(grep -s 'Device name' /etc/wireguard/wgcf+p.log | awk '{ print $NF }')\nwgcf-warp+账户剩余流量:$flow GB"
|
||||||
ShowWGCF && WGCFmenu
|
ShowWGCF && WGCFmenu
|
||||||
else
|
else
|
||||||
red "升级失败,退出脚本" && CFwarp.sh
|
red "升级失败,退出脚本" && exit
|
||||||
fi;;
|
fi;;
|
||||||
3 )
|
3 )
|
||||||
[[ ! $(type -P wg-quick) ]] && red "未安装wgcf-warp" && bash CFwarp.sh
|
[[ ! $(type -P wg-quick) ]] && red "未安装wgcf-warp" && bash CFwarp.sh
|
||||||
|
|
Loading…
Reference in New Issue