From e0edff9b16f4a337e2d69496c22201e3b0df5323 Mon Sep 17 00:00:00 2001 From: Taka Date: Tue, 8 Dec 2020 19:00:33 +1100 Subject: [PATCH] Added a missing env.var. for the Docker container. --- run-container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-container.sh b/run-container.sh index 4f68860..0957924 100755 --- a/run-container.sh +++ b/run-container.sh @@ -32,7 +32,7 @@ function print_help { -p --port Web server port number. --vassal VASSAL installation directory. - -v --vasl Path to the VASL module file (.vmod ). + -v --vasl Path to the VASL module file (.vmod). -e --vasl-extensions Path to the VASL extensions directory. --boards Path to the VASL boards. --chapter-h Path to the Chapter H notes directory. @@ -180,7 +180,7 @@ if [ -n "$VASL_MOD" ]; then fi mpoint=/data/vasl.vmod VASL_MOD_VOLUME="--volume $target:$mpoint" - VASL_MOD_ENV="--env VASL_MOD=$mpoint --env VASL_MOD_TARGET" + VASL_MOD_ENV="--env VASL_MOD=$mpoint --env VASL_MOD_TARGET=$target" fi # check if a VASL extensions directory has been specified