From a5dfa0e9aa1da16b17e7721abaae8d6b1ab370b1 Mon Sep 17 00:00:00 2001 From: Stuart Cardall Date: Thu, 8 Jan 2015 12:35:40 +0000 Subject: testing/dnscrypt-proxy: update to 1.4.3 --- testing/dnscrypt-proxy/dnscrypt-proxy.setup | 3 --- 1 file changed, 3 deletions(-) (limited to 'testing/dnscrypt-proxy/dnscrypt-proxy.setup') diff --git a/testing/dnscrypt-proxy/dnscrypt-proxy.setup b/testing/dnscrypt-proxy/dnscrypt-proxy.setup index 92aafe1919..9bb0e72b36 100644 --- a/testing/dnscrypt-proxy/dnscrypt-proxy.setup +++ b/testing/dnscrypt-proxy/dnscrypt-proxy.setup @@ -258,12 +258,9 @@ do read DNS -echo "DNS: $DNS" # Sanitize input to an integer export DNS_CLEAN="`echo "${DNS}" | tr -cd '[:[0-9]:]'`" -echo "DNS_CLEAN: $DNS_CLEAN" - if [ $DNS_CLEAN -gt 0 2>/dev/null ] && [ $DNS_CLEAN -le $totalservers 2>/dev/null ]; then break else -- cgit v1.2.3