Skip to content

Commit f54cfd8

Browse files
committed
Merge branch 'development' of https://github.com/mmguero-dev/Malcolm into v24.05.0_merge_cisagov
2 parents 5352aa6 + ac73fb5 commit f54cfd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hedgehog-iso/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ if [ -d "$WORKDIR" ]; then
173173
docker rmi -f htpdate-build:latest
174174

175175
# grab maxmind geoip database files, iana ipv4 address ranges, wireshark oui lists, etc.
176-
mkdir -p "$SCRIPT_PATH/arkime/etc"
177-
pushd "$SCRIPT_PATH/arkime/etc"
176+
mkdir -p ./config/includes.chroot/opt/arkime/etc/
177+
pushd ./config/includes.chroot/opt/arkime/etc/
178178
MAXMIND_GEOIP_DB_LICENSE_KEY=""
179179
if [[ -f "$SCRIPT_PATH/shared/maxmind_license.txt" ]]; then
180180
MAXMIND_GEOIP_DB_LICENSE_KEY="$(cat "$SCRIPT_PATH/shared/maxmind_license.txt" | head -n 1)"

0 commit comments

Comments
 (0)