From 127ca032ee3b623dc06f6b92b4f97805b1057f4c Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 02:34:00 -0500 Subject: [PATCH] Update iptables.sh --- qbittorrent/iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/iptables.sh b/qbittorrent/iptables.sh index 342750e..0a99643 100644 --- a/qbittorrent/iptables.sh +++ b/qbittorrent/iptables.sh @@ -5,7 +5,7 @@ ### while true; do - if [ -c /dev/net/tun ]; + if [ -c /dev/net/tun ]; then break else sleep 1