Update iptables.sh

This commit is contained in:
MarkusMcNugen 2018-02-03 02:36:36 -05:00 committed by GitHub
parent 127ca032ee
commit 9ceff48c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
# ip route
###
while true; do
while : ; do
if [ -c /dev/net/tun ]; then
break
else