From 8bf3582e830e855442b564a39202fa17848c6b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Thu, 23 Jan 2025 16:32:37 +0100 Subject: [PATCH] kata-deploy: Quotate the shims variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to ensure it's just a single parameter. Signed-off-by: Lukáš Doktor --- tools/packaging/kata-deploy/scripts/kata-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/kata-deploy/scripts/kata-deploy.sh b/tools/packaging/kata-deploy/scripts/kata-deploy.sh index 55980f184f..4005182c5b 100755 --- a/tools/packaging/kata-deploy/scripts/kata-deploy.sh +++ b/tools/packaging/kata-deploy/scripts/kata-deploy.sh @@ -656,7 +656,7 @@ function configure_containerd() { fi for shim in "${shims[@]}"; do - configure_containerd_runtime "$1" $shim + configure_containerd_runtime "$1" "$shim" done if [ $use_containerd_drop_in_conf_file = "true" ]; then