blob: 214aeed7ae96820fe7947231908cc80b4537f6b1 [file] [log] [blame]
#!/bin/bash
# Usage of this utility
echo "Trigger soft off the host."
/usr/sbin/ampere_power_util.sh mb soft_off
exit $?;