Update unlock.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent dc542d63b6
commit 803f4b7b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      unlock.sh

@ -370,7 +370,7 @@ warp-cli --accept-tos delete >/dev/null 2>&1 && warp-cli --accept-tos register >
ip
[[ -e /etc/wireguard/license ]] && warp-cli --accept-tos set-license \$(cat /etc/wireguard/license) >/dev/null 2>&1 && sleep 2; }
wireproxy_restart(){ systemctl restart wg-quick@wgcf; sleep 5; ip; }
wireproxy_restart(){ systemctl restart wireproxy; sleep 5; ip; }
check0(){
RESULT[0]=""; REGION[0]=""; R[0]="";

Loading…
Cancel
Save