mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 20:32:54 +00:00
kata-manager: Show message when checking file
Add an info message just before the archive file is checked. This keeps the user informed about what is happening as it can take a few seconds to perform the checks on slower systems. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
ce350450e8
commit
455637b30a
@ -679,6 +679,8 @@ install_kata()
|
|||||||
local from_dir
|
local from_dir
|
||||||
from_dir=$(printf "%s/bin" "$kata_install_dir")
|
from_dir=$(printf "%s/bin" "$kata_install_dir")
|
||||||
|
|
||||||
|
info "Checking file '$file'"
|
||||||
|
|
||||||
# Since we're unpacking to the root directory, perform a sanity check
|
# Since we're unpacking to the root directory, perform a sanity check
|
||||||
# on the archive first.
|
# on the archive first.
|
||||||
local unexpected
|
local unexpected
|
||||||
|
Loading…
Reference in New Issue
Block a user