Update menu.sh

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

@ -847,8 +847,9 @@ wireproxy_onoff(){
[[ ! $(ss -nltp) =~ 'wireproxy' ]] && green " ${T[${L}158]} "
else systemctl start wireproxy
sleep 1 && proxy_info
sleep 1 && proxy_info
[[ $(ss -nltp) =~ 'wireproxy' ]] && green " ${T[${L}99]}\n $(eval echo "${T[${L}162]}") "
[[ -n "$QUOTA" ]] && green " ${T[${L}63]}: $QUOTA "
fi
}

Loading…
Cancel
Save