From c4021bbec90609fe3644cffcf1c9c585f956bd7a Mon Sep 17 00:00:00 2001 From: Garrett Beasley Date: Fri, 6 May 2022 08:34:03 -0700 Subject: [PATCH] revert: variable change Overlooked them being called in line 19. --- entrypoint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint b/entrypoint index cd16e79..5f1473c 100755 --- a/entrypoint +++ b/entrypoint @@ -2,6 +2,10 @@ set -e BIND_ADDRESS="0.0.0.0" PUBLIC_PATH="public" +LOG_DIR="." +SERVER_URL="https://VelociraptorServer:8000/" +DATASTORE_LOCATION="./" +FILESTORE_DIRECTORY="./" CLIENT_DIR="/velociraptor/clients" # Move binaries into place