Type fixed
authorRoman Bazalevskiy <rvb@rvb.name>
Tue, 31 Oct 2017 11:36:28 +0000 (14:36 +0300)
committerRoman Bazalevskiy <rvb@rvb.name>
Tue, 31 Oct 2017 11:36:28 +0000 (14:36 +0300)
setup.sh

index ec5ec67ddf719e6204247ec84834e58d1e9ec754..2561298e80bb40a89911e5ba00c2860b4f6a91dd 100644 (file)
--- a/setup.sh
+++ b/setup.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 vpn_set=`grep vpn /etc/iproute2/rt_tables | wc -l`
-if [ vpn_set = 0 ]; then
+if [ $vpn_set = 0 ]; then
   echo "60   vpn" >> /etc/iproute2/rt_tables
 fi  
 apt-get -y install ipset