Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/mmguero-dev/Malcolm
Browse files Browse the repository at this point in the history
…into v24.05.0_merge_cisagov
  • Loading branch information
mmguero committed May 29, 2024
2 parents 5352aa6 + ac73fb5 commit f54cfd8
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 f54cfd8

Please sign in to comment.