From 824c343602da5844f153049053664b6de84ec287 Mon Sep 17 00:00:00 2001 From: Toni Date: Fri, 22 Apr 2022 13:27:41 +0200 Subject: Updated `utils/whatsapp_ip_addresses_download.sh' to scrape the required IP addresses/ranges. (#1524) * 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