From 51da11f183e0396d452dda4bf196f80bd7f109ff Mon Sep 17 00:00:00 2001 From: Roman Bazalevskiy Date: Tue, 31 Oct 2017 14:36:28 +0300 Subject: [PATCH] Type fixed --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ec5ec67..2561298 100644 --- 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 -- 2.34.1