mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 14:54:19 +01:00
Merge pull request #737 from cailca/736
runtime: Don't use hard-coded crio config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user