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