Przeglądaj źródła

Pass arguments to node, not to runuser

Christopher Hoskin 7 lat temu
rodzic
commit
b826b6ce62
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      services/clsi/entrypoint.sh

+ 1 - 1
services/clsi/entrypoint.sh

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