diff options
author | Toni <matzeton@googlemail.com> | 2022-03-09 13:53:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 13:53:04 +0100 |
commit | f646a4bce036edfd26215b5875fe81473dbb175d (patch) | |
tree | a416221ab841c6adb443fe01c0f7c2f3dea85fc2 /utils/asn_update.sh | |
parent | 74ae315e36cf206961affa5bd2869c025e4c751f (diff) |
Improved ASN/IP update scripts and CI integration. (#1474)
* CI will print a warning if ASN/IP addresses changed.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'utils/asn_update.sh')
-rwxr-xr-x | utils/asn_update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |