Comment 3 for bug 1086160

Revision history for this message
Kiran (ramineni) wrote :

testing it little bit more best way to fix it would be change

ipmi.template:53>> ipmi_state=$(issue_ipmi_command stat)

to
ipmi_state=$(issue_ipmi_command --stat)

essentially changing "stat" to "--stat"