From 23ae6b2308f2637c92dffd947b1f493b668b7cda Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 26 Feb 2020 14:08:28 -0500 Subject: [PATCH] update path to 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 e65979ab..f0e21360 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 bin/gsh "$@" | tee /tmp/loggrouper +exec WEB-INF/bin/gsh.sh "$@" | tee /tmp/loggrouper