From 5472f53c9f45ab86d2d93cc7511512326a64edc5 Mon Sep 17 00:00:00 2001 From: Wes Date: Mon, 30 Jan 2023 21:24:30 +0000 Subject: [PATCH] Remove bind mount and reference the correctly named entrypoint script --- salt/common/tools/sbin/so-import-evtx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/salt/common/tools/sbin/so-import-evtx b/salt/common/tools/sbin/so-import-evtx index 3461e912a..edb0a08a8 100755 --- a/salt/common/tools/sbin/so-import-evtx +++ b/salt/common/tools/sbin/so-import-evtx @@ -37,8 +37,7 @@ function evtx2es() { -v "/nsm/import/$HASH/evtx/:/tmp/evtx/" \ -v "/nsm/import/evtx-end_newest:/tmp/newest" \ -v "/nsm/import/evtx-start_oldest:/tmp/oldest" \ - -v /root/entrypoint.sh:/entrypoint.sh:ro \ - --entrypoint "/entrypoint.sh" \ + --entrypoint "/evtx_calc_timestamps.sh" \ {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-pcaptools:{{ VERSION }} >> $LOG_FILE 2>&1 }