diff --git a/bmc.sh b/bmc.sh index ad0a57b..a06dd6a 100755 --- a/bmc.sh +++ b/bmc.sh @@ -58,13 +58,13 @@ resetsw_press() { echo "resetsw_press" > ${bmcd_cmdpipe} } powersw_press() { - echo "Holding power switch." - echo "powersw_hold" > ${bmcd_cmdpipe} + echo "Pressing power switch." + echo "powersw_press" > ${bmcd_cmdpipe} sleep 2 } powersw_hold() { - echo "Pressing power switch." - echo "powersw_press" > ${bmcd_cmdpipe} + echo "Holding power switch." + echo "powersw_hold" > ${bmcd_cmdpipe} sleep 2 } locate_on() {