From f6663f2f5fd328a2b8c1202ac406faacad048fa2 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 19 Mar 2018 09:51:26 +0000 Subject: [PATCH] try running as root --- services/clsi/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/clsi/entrypoint.sh b/services/clsi/entrypoint.sh index ecb28d1180..6722a41843 100755 --- a/services/clsi/entrypoint.sh +++ b/services/clsi/entrypoint.sh @@ -11,4 +11,4 @@ mkdir -p /app/compiles chown -R app:app /app/compiles ./bin/install_texlive_gce.sh -exec runuser -u app "$@" \ No newline at end of file +exec "$@" \ No newline at end of file