Merge pull request #737 from cailca/736

runtime: Don't use hard-coded crio config
This commit is contained in:
Peng Tao
2020-09-18 14:23:14 +08:00
committed by GitHub

View File

@@ -433,8 +433,7 @@ show_container_mgr_details()
local cmd="systemctl show crio"
run_cmd_and_show_quoted_output "" "$cmd"
local file="/etc/crio/crio.conf"
cmd="cat $file"
cmd="crio config"
run_cmd_and_show_quoted_output "" "$cmd"
end_section