mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-06 18:44:12 +00:00
runtime: Fix whitespace in collect script
Remove extraneous whitespace from the `kata-collect-data.sh` script. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
e5f5bc2278
commit
04eced50ad
@ -184,7 +184,7 @@ show_runtime_configs()
|
|||||||
local configs config
|
local configs config
|
||||||
|
|
||||||
heading "Runtime config files"
|
heading "Runtime config files"
|
||||||
|
|
||||||
configs=$($runtime --@PROJECT_TYPE@-show-default-config-paths)
|
configs=$($runtime --@PROJECT_TYPE@-show-default-config-paths)
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
version=$($runtime --version|tr '\n' ' ')
|
version=$($runtime --version|tr '\n' ' ')
|
||||||
@ -624,7 +624,7 @@ show_image_details()
|
|||||||
{
|
{
|
||||||
local image
|
local image
|
||||||
local details
|
local details
|
||||||
|
|
||||||
image=$(get_image_file)
|
image=$(get_image_file)
|
||||||
|
|
||||||
heading "Image details"
|
heading "Image details"
|
||||||
@ -646,7 +646,7 @@ show_initrd_details()
|
|||||||
{
|
{
|
||||||
local initrd
|
local initrd
|
||||||
local details
|
local details
|
||||||
|
|
||||||
initrd=$(get_initrd_file)
|
initrd=$(get_initrd_file)
|
||||||
|
|
||||||
heading "Initrd details"
|
heading "Initrd details"
|
||||||
|
Loading…
Reference in New Issue
Block a user