From b4f86a52f380202ae00d21d17bd992d4e47e37b3 Mon Sep 17 00:00:00 2001 From: John Gasper Date: Tue, 8 May 2018 09:42:59 -0700 Subject: [PATCH] Update gsh --- container_files/usr-local-bin/gsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_files/usr-local-bin/gsh b/container_files/usr-local-bin/gsh index 0539b40a..e65979ab 100755 --- a/container_files/usr-local-bin/gsh +++ b/container_files/usr-local-bin/gsh @@ -4,6 +4,6 @@ prepDaemon -export GSH_JVMARGS="-DENV=$ENV -DUSERTOKEN=$USERTOKEN" +export GSH_JVMARGS="$GSH_JVMARGS -DENV=$ENV -DUSERTOKEN=$USERTOKEN" exec bin/gsh "$@" | tee /tmp/loggrouper