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

Commit

Permalink
scripts: Don't use hard-coded crio config
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Qian Cai committed Sep 17, 2020
1 parent 911a495 commit 7d3fff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/kata-collect-data.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ show_container_mgr_details()
subheading "crio"
run_cmd_and_show_quoted_output "" "crio --version"
run_cmd_and_show_quoted_output "" "systemctl show crio"
run_cmd_and_show_quoted_output "" "cat /etc/crio/crio.conf"
run_cmd_and_show_quoted_output "" "crio config"
fi


Expand Down

0 comments on commit 7d3fff4

Please sign in to comment.