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
commit 922a55e4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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