Update iptables.sh

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

View File

@ -5,7 +5,7 @@
###
while true; do
if [ -c /dev/net/tun ];
if [ -c /dev/net/tun ]; then
break
else
sleep 1