
14 Dec
2020
14 Dec
'20
2:50 p.m.
On Mon, Dec 14, 2020 at 02:16:00PM +0800, Zhang Yu wrote:
[why] Error: Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No
Then should detect those devices, not docker.
+ is_virt || is_docker && return
Don't mix || and && in same line. Thanks, Fengguang