From: Roman Bazalevskiy Date: Tue, 31 Oct 2017 11:36:28 +0000 (+0300) Subject: Type fixed X-Git-Url: https://git.rvb.name/setroute.git/commitdiff_plain/51da11f183e0396d452dda4bf196f80bd7f109ff Type fixed --- 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