aboutsummaryrefslogtreecommitdiff
path: root/utils/google_ip_addresses_download.sh
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-04-01 08:58:53 +0200
committerLuca Deri <deri@ntop.org>2022-04-01 08:58:53 +0200
commit1e8cdd893cd6c7e9378b54ede7a215b761af4e9b (patch)
tree5292208e6283ed50f909fdb9d68c5bb806ac6dad /utils/google_ip_addresses_download.sh
parent0ff3e77c428d1ffc1cf13ff18a23835509eb2c20 (diff)
Moved geneated file to a separate folder
Diffstat (limited to 'utils/google_ip_addresses_download.sh')
-rwxr-xr-xutils/google_ip_addresses_download.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/google_ip_addresses_download.sh b/utils/google_ip_addresses_download.sh
index efb8ee043..04b89b81f 100755
--- a/utils/google_ip_addresses_download.sh
+++ b/utils/google_ip_addresses_download.sh
@@ -4,7 +4,7 @@ set -e
cd "$(dirname "${0}")" || return
-DEST=../src/lib/ndpi_google_match.c.inc
+DEST=../src/lib/inc_generated/ndpi_google_match.c.inc
LIST=/tmp/google.list
echo "(1) Downloading file..."