diff options
author | Luca Deri <deri@ntop.org> | 2022-04-01 08:58:53 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-04-01 08:58:53 +0200 |
commit | 1e8cdd893cd6c7e9378b54ede7a215b761af4e9b (patch) | |
tree | 5292208e6283ed50f909fdb9d68c5bb806ac6dad /utils/azure_ip_addresses_download.sh | |
parent | 0ff3e77c428d1ffc1cf13ff18a23835509eb2c20 (diff) |
Moved geneated file to a separate folder
Diffstat (limited to 'utils/azure_ip_addresses_download.sh')
-rwxr-xr-x | utils/azure_ip_addresses_download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/azure_ip_addresses_download.sh b/utils/azure_ip_addresses_download.sh index 83ae9bb82..822871b7c 100755 --- a/utils/azure_ip_addresses_download.sh +++ b/utils/azure_ip_addresses_download.sh @@ -2,7 +2,7 @@ cd "$(dirname "${0}")" -DEST=../src/lib/ndpi_azure_match.c.inc +DEST=../src/lib/inc_generated/ndpi_azure_match.c.inc LINK_TMP=/tmp/azure_link.txt TMP=/tmp/azure.json LIST=/tmp/azure.list |