mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
utils: kata-manager: Remove $enable_debug from the install_kata call
This was added as part of d4d65bed38
, but
install_kata has never actually used the passed enable_debug var.
With this in mind, let's just remove it.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
38d2edd83b
commit
1699b84f13
@ -698,7 +698,7 @@ handle_kata()
|
||||
local enable_debug="${3:-}"
|
||||
[ -z "$enable_debug" ] && die "no enable debug value"
|
||||
|
||||
install_kata "$version" "$tarball" "$enable_debug"
|
||||
install_kata "$version" "$tarball"
|
||||
|
||||
configure_kata "$enable_debug"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user