From 73a317d31a01d89c0590bb1201859df984ba2aa7 Mon Sep 17 00:00:00 2001 From: Garrett Beasley Date: Thu, 5 May 2022 22:08:39 -0700 Subject: [PATCH] rm: old variables no longer referenced --- entrypoint | 3 --- 1 file changed, 3 deletions(-) diff --git a/entrypoint b/entrypoint index 5f1473c..b6a5670 100755 --- a/entrypoint +++ b/entrypoint @@ -3,9 +3,6 @@ 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