Update menu.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 3 years ago committed by GitHub
parent 452e2a82b1
commit 7ec49fd447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      menu.sh

@ -1701,7 +1701,7 @@ check_quota(){
# 免费 WARP 账户升级 WARP+ 账户
update(){
wgcf_account(){
[[ $TRACE4$TRACE6 =~ plus ]] && check_quota && red " ${T[${L}58]} " && exit 1
[[ $TRACE4$TRACE6 =~ plus ]] && check_quota && red " $(eval echo ${T[${L}58]}) " && exit 1
[[ ! -e /etc/wireguard/wgcf-account.toml ]] && red " ${T[${L}59]} " && exit 1
[[ ! -e /etc/wireguard/wgcf.conf ]] && red " ${T[${L}60]} " && exit 1

Loading…
Cancel
Save