diff options
Diffstat (limited to 'utils/ethereum_ip_addresses_download.sh')
-rwxr-xr-x | utils/ethereum_ip_addresses_download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ethereum_ip_addresses_download.sh b/utils/ethereum_ip_addresses_download.sh index 3497a943f..2e2c62ea2 100755 --- a/utils/ethereum_ip_addresses_download.sh +++ b/utils/ethereum_ip_addresses_download.sh @@ -2,7 +2,7 @@ cd "$(dirname "${0}")" -DEST=../src/lib/ndpi_ethereum_match.c.inc +DEST=../src/lib/inc_generated/ndpi_ethereum_match.c.inc TMP=/tmp/ethereum LIST=/tmp/ethereum.list ORIGIN="https://raw.githubusercontent.com/ethereum/go-ethereum/master/params/bootnodes.go" |