Correctly pass command with arguments to runuser

This commit is contained in:
Christopher Hoskin
2019-01-15 11:29:04 +00:00
parent e12ffdd535
commit c269c308ef

View File

@@ -20,4 +20,4 @@ chown -R node:node /app
chown -R node:node /app/bin chown -R node:node /app/bin
./bin/install_texlive_gce.sh ./bin/install_texlive_gce.sh
exec runuser -u node "$*" exec runuser -u node -- "$@"