There was an error while loading. Please reload this page.
2 parents 216d1a8 + 70d50ff commit 42f83f8Copy full SHA for 42f83f8
1 file changed
start.sh
@@ -103,7 +103,7 @@ $($iptab)
103
echo "--------------------------------------------------"
104
if [ "$FIREWALL" == "false" ]; then
105
echo "Not doing any iptables"
106
-elif [ grep "push \"route" /docker/ovpn.conf ]
+elif [ grep "push \"route" /docker/ovpn.conf ]; then
107
echo "creating tempfile for iptables (public routes)"
108
tmp=$(mktemp)
109
grep "push \"route" /docker/ovpn.conf >> $tmp
0 commit comments