From 33382c2987b05a4a86da3e64a0e7d6571da7cd35 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:21:05 -0500 Subject: [PATCH] force quotes around entire --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3daf0c0..e7546ca 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,7 +11,7 @@ do key=$(echo ${i} | cut -d= -f1) value=$(echo ${i} | cut -d= -f2-) export ${key}="${value}" - args+=("${key}=${value}") + args+=("\"${key}=${value}\"") done # Pull container