Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 7d3fff4

Browse files
author
Qian Cai
committed
scripts: Don't use hard-coded crio config
In show_container_mgr_details(), it used "cat /etc/crio/crio.conf" instead of "crio config". Fixes: #2964 Signed-off-by: Qian Cai <[email protected]>
1 parent 911a495 commit 7d3fff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/kata-collect-data.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ show_container_mgr_details()
346346
subheading "crio"
347347
run_cmd_and_show_quoted_output "" "crio --version"
348348
run_cmd_and_show_quoted_output "" "systemctl show crio"
349-
run_cmd_and_show_quoted_output "" "cat /etc/crio/crio.conf"
349+
run_cmd_and_show_quoted_output "" "crio config"
350350
fi
351351

352352

0 commit comments

Comments
 (0)