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 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 |