mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-31 06:35:23 +00:00
fix(entrypoint.sh): quote when passing-by arguments (#140)
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
907b32d5e5
commit
7df2f481f8
@@ -2,4 +2,4 @@
|
||||
|
||||
set -ex
|
||||
|
||||
enki --config-dir /config $@
|
||||
enki --config-dir /config "$@"
|
||||
|
Reference in New Issue
Block a user