From 01e5c63f453647f72610994f39181dce34ffa1ca Mon Sep 17 00:00:00 2001 From: lns Date: Thu, 21 Apr 2022 21:50:56 +0200 Subject: Updated `utils/whatsapp_ip_addresses_download.sh' to scrape the required IP addresses/ranges. * Replaced return statements in `utils/*.sh' with exit's (such scripts should never source'd) * Ran `utils/update_every_lists.sh' Signed-off-by: lns --- utils/asn_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/asn_update.sh') diff --git a/utils/asn_update.sh b/utils/asn_update.sh index e79c3da86..5224bbc27 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -22,7 +22,7 @@ function create_list() { rm -f $LIST } -cd "$(dirname "${0}")" || return +cd "$(dirname "${0}")" || exit 1 echo "(1) Downloading Apple routes..." DEST="../src/lib/inc_generated/ndpi_asn_apple.c.inc" -- cgit v1.2.3