From 7df2f481f8e3f63ec95e3ac5bd296b374948fcc5 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 15 Feb 2024 18:07:25 +0100 Subject: [PATCH] fix(entrypoint.sh): quote when passing-by arguments (#140) Signed-off-by: Ettore Di Giacinto --- tools-image/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-image/entrypoint.sh b/tools-image/entrypoint.sh index 6263936..01500d5 100755 --- a/tools-image/entrypoint.sh +++ b/tools-image/entrypoint.sh @@ -2,4 +2,4 @@ set -ex -enki --config-dir /config $@ \ No newline at end of file +enki --config-dir /config "$@"