We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1272b13 commit db57147Copy full SHA for db57147
1 file changed
scripts/vm/hypervisor/external/provisioner/provisioner.sh
@@ -96,7 +96,7 @@ reboot() {
96
97
status() {
98
parse_json "$1" || exit 1
99
- echo '{"status": "success", "power_state": "running"}'
+ echo '{"status": "success", "power_state": "poweron"}'
100
}
101
102
action=$1
0 commit comments