Correctly pass command with arguments to runuser

This commit is contained in:
Christopher Hoskin 2019-01-15 11:29:04 +00:00
parent b826b6ce62
commit 3e747542ac

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 -- "$@"