From e1769e31154b9199cc6ee801bdce9671633cf320 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 26 Feb 2020 15:43:38 -0500 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 f0e21360..1473da7e 100755 --- a/container_files/usr-local-bin/gsh +++ b/container_files/usr-local-bin/gsh @@ -6,4 +6,4 @@ prepDaemon export GSH_JVMARGS="$GSH_JVMARGS -DENV=$ENV -DUSERTOKEN=$USERTOKEN" -exec WEB-INF/bin/gsh.sh "$@" | tee /tmp/loggrouper +exec bin/gsh.sh "$@" | tee /tmp/loggrouper