From 34c43cae35d8ee89571c1486a91ef3e37f690617 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 4 Mar 2022 09:11:38 +0100 Subject: Improved ASN/IP update scripts and CI integration. * CI will fail if ASN/IP addresses changed. Signed-off-by: Toni Uhlig --- utils/google_ip_addresses_download.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/google_ip_addresses_download.sh') diff --git a/utils/google_ip_addresses_download.sh b/utils/google_ip_addresses_download.sh index 9560ef3c9..efb8ee043 100755 --- a/utils/google_ip_addresses_download.sh +++ b/utils/google_ip_addresses_download.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + cd "$(dirname "${0}")" || return DEST=../src/lib/ndpi_google_match.c.inc @@ -15,3 +17,4 @@ python3 google.py > $LIST #rm -f $TMP $LIST echo "(3) Google IPs are available in $DEST" +return 0 -- cgit v1.2.3