mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +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:
@@ -656,7 +656,7 @@ function configure_containerd() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for shim in "${shims[@]}"; do
|
for shim in "${shims[@]}"; do
|
||||||
configure_containerd_runtime "$1" $shim
|
configure_containerd_runtime "$1" "$shim"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ $use_containerd_drop_in_conf_file = "true" ]; then
|
if [ $use_containerd_drop_in_conf_file = "true" ]; then
|
||||||
|
Reference in New Issue
Block a user