GAS85 / pia

some PIA scripts
1 stars 6 forks source link

error on run #1

Open loosenut opened 4 years ago

loosenut commented 4 years ago

https://github.com/GAS85/pia/blob/02b37437f48c721f6800690b882d5768c1cf5258/split_tunnel_VPN.sh#L158 gives an error on script run:```

Flush current iptables rules ./split_tunnel_VPN.sh: line 158: syntax error near unexpected token (' ./split_tunnel_VPN.sh: line 158:echo Add rule, which will block vpn user’s access to Internet (except the loopback device). '



I removed the parens and the error disappeared.
GAS85 commented 4 years ago

That was not smart to write an echo without brackets. Could you please test it now?