mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Pass arguments to node, not to runuser
This commit is contained in:
parent
f39b51de04
commit
b826b6ce62
1 changed files with 1 additions and 1 deletions
|
@ -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 "$*"
|
||||
|
|
Loading…
Reference in a new issue