From 3e91279169813a80b8772376263ba0fda69369d9 Mon Sep 17 00:00:00 2001 From: Janosch <99879757+jkppr@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:49:33 +0100 Subject: [PATCH] Add nl2q config to dev container closes #3252 --- docker/dev/build/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/dev/build/docker-entrypoint.sh b/docker/dev/build/docker-entrypoint.sh index 1dd8683cbc..d3d49dbf4d 100755 --- a/docker/dev/build/docker-entrypoint.sh +++ b/docker/dev/build/docker-entrypoint.sh @@ -23,6 +23,7 @@ if [ "$1" = 'timesketch' ]; then ln -s /usr/local/src/timesketch/data/dfiq /etc/timesketch/ ln -s /usr/local/src/timesketch/data/context_links.yaml /etc/timesketch/context_links.yaml ln -s /usr/local/src/timesketch/data/plaso_formatters.yaml /etc/timesketch/plaso_formatters.yaml + ln -s /usr/local/src/timesketch/data/nl2q /etc/timesketch/ # Set SECRET_KEY in /etc/timesketch/timesketch.conf if it isn't already set if grep -q "SECRET_KEY = ''" /etc/timesketch/timesketch.conf; then