mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 23:20:46 +00:00
Correctly pass command with arguments to runuser
This commit is contained in:
parent
b826b6ce62
commit
3e747542ac
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…
Add table
Reference in a new issue