فهرست منبع

Pass arguments to node, not to runuser

Christopher Hoskin 7 سال پیش
والد
کامیت
b826b6ce62
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 "$*"