From ac73fb5b19511569953f265ec9c88961002a1cd2 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Wed, 29 May 2024 12:49:42 -0600 Subject: [PATCH] fix missing mmdb files in hedgehog linux ISO --- hedgehog-iso/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hedgehog-iso/build.sh b/hedgehog-iso/build.sh index aeadc02b9..84120e177 100755 --- a/hedgehog-iso/build.sh +++ b/hedgehog-iso/build.sh @@ -173,8 +173,8 @@ if [ -d "$WORKDIR" ]; then docker rmi -f htpdate-build:latest # grab maxmind geoip database files, iana ipv4 address ranges, wireshark oui lists, etc. - mkdir -p "$SCRIPT_PATH/arkime/etc" - pushd "$SCRIPT_PATH/arkime/etc" + mkdir -p ./config/includes.chroot/opt/arkime/etc/ + pushd ./config/includes.chroot/opt/arkime/etc/ MAXMIND_GEOIP_DB_LICENSE_KEY="" if [[ -f "$SCRIPT_PATH/shared/maxmind_license.txt" ]]; then MAXMIND_GEOIP_DB_LICENSE_KEY="$(cat "$SCRIPT_PATH/shared/maxmind_license.txt" | head -n 1)"