From a41086043385e821c0340e0886a7c5175a1f490e Mon Sep 17 00:00:00 2001 From: lns Date: Thu, 5 May 2022 13:04:44 +0200 Subject: Added Edgecast and Cachefly CDNs. * Improved ASN update script * Ran `utils/update_every_lists.sh' * `tests/do.sh.in' prints the amount of failed pcap(s) * `utils/asn_update.sh' prints the amount of failed download(s) Signed-off-by: lns --- utils/ethereum_ip_addresses_download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/ethereum_ip_addresses_download.sh') diff --git a/utils/ethereum_ip_addresses_download.sh b/utils/ethereum_ip_addresses_download.sh index 0ea496973..c6e88b1ce 100755 --- a/utils/ethereum_ip_addresses_download.sh +++ b/utils/ethereum_ip_addresses_download.sh @@ -1,6 +1,6 @@ #!/bin/sh -cd "$(dirname "${0}")" +cd "$(dirname "${0}")" || exit 1 DEST=../src/lib/inc_generated/ndpi_ethereum_match.c.inc TMP=/tmp/ethereum -- cgit v1.2.3