mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 23:38:31 +00:00
Merge pull request #6823 from jodh-intel/utils-kata-manager-containerd-fix
kata-manager: Fix '-o' syntax and logic error
This commit is contained in:
commit
8d10d157b3
@ -262,7 +262,7 @@ pre_checks()
|
||||
command -v "${kata_shim_v2}" &>/dev/null \
|
||||
&& die "Please remove existing $kata_project installation"
|
||||
|
||||
[skip_containerd = "false" ] && return 0
|
||||
[ "$skip_containerd" = 'true' ] && return 0
|
||||
|
||||
local ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user