From f646a4bce036edfd26215b5875fe81473dbb175d Mon Sep 17 00:00:00 2001 From: Toni Date: Wed, 9 Mar 2022 13:53:04 +0100 Subject: Improved ASN/IP update scripts and CI integration. (#1474) * CI will print a warning if ASN/IP addresses changed. Signed-off-by: Toni Uhlig --- utils/asn_update.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/asn_update.sh') diff --git a/utils/asn_update.sh b/utils/asn_update.sh index 290204bf5..a023b2468 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + function processing_list() { local LIST_MERGED="/tmp/list_m" -- cgit v1.2.3