mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 05:20:41 +00:00
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:
parent
047ddfaac1
commit
8bf3582e83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user