From ac3bd2d2df0cbd1dc99ce1dba59e96b8e2a11104 Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 13 Mar 2023 08:58:00 +0000 Subject: [PATCH] Add extra options variables --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index c188d82..14e3715 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,6 +7,8 @@ debug() { fi; } +EXTRA_OPTIONS="$1 $2 $3"; + DEBUG=0 SOURCE=$PROXY TARGET=$TARGET