mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 12:22:36 +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:-}"
|
local enable_debug="${3:-}"
|
||||||
[ -z "$enable_debug" ] && die "no enable debug value"
|
[ -z "$enable_debug" ] && die "no enable debug value"
|
||||||
|
|
||||||
install_kata "$version" "$tarball" "$enable_debug"
|
install_kata "$version" "$tarball"
|
||||||
|
|
||||||
configure_kata "$enable_debug"
|
configure_kata "$enable_debug"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user