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