Pass arguments to node, not to runuser

This commit is contained in:
Christopher Hoskin
2019-01-15 11:12:21 +00:00
parent 82afad7afc
commit e12ffdd535

View File

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