kata-deploy: Quotate the shims variable

to ensure it's just a single parameter.

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
Lukáš Doktor 2025-01-23 16:32:37 +01:00
parent 047ddfaac1
commit 8bf3582e83
No known key found for this signature in database
GPG Key ID: 26B362E47FCF22C1

View File

@ -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