Skip to content

Commit

Permalink
fix missing mmdb files in hedgehog linux ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed May 29, 2024
1 parent b118d77 commit ac73fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hedgehog-iso/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit ac73fb5

Please sign in to comment.