From d7436b473f6e14b91875c4acf493ce3323841807 Mon Sep 17 00:00:00 2001 From: Garrett Beasley Date: Thu, 5 May 2022 22:11:37 -0700 Subject: [PATCH] rm: unused variable --- entrypoint | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint b/entrypoint index b6a5670..cd16e79 100755 --- a/entrypoint +++ b/entrypoint @@ -2,7 +2,6 @@ set -e BIND_ADDRESS="0.0.0.0" PUBLIC_PATH="public" -LOG_DIR="." CLIENT_DIR="/velociraptor/clients" # Move binaries into place