Update warp-go.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 3 years ago committed by GitHub
parent 0d8798f084
commit 8f59cab1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      warp-go.sh

@ -599,7 +599,7 @@ stack_switch() {
esac
fi
[[ "${#CONF}" != [34] ]] && error " $(text 10) " || sh -c "$(eval echo "\$SWITCH$TO")"
[[ "${#TO}" != [34] ]] && error " $(text 10) " || sh -c "$(eval echo "\$SWITCH$TO")"
${SYSTEMCTL_RESTART[int]}
grep -q "^AllowedIPs.*0\.\0\/0" /opt/warp-go/warp.conf || unset INTERFACE
OPTION=o && net

Loading…
Cancel
Save