From faa6f09bd2d3136af2c59d5012280c6d634669c9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 5 May 2023 17:24:06 +0200 Subject: [PATCH] Comment --- run/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/power.sh b/run/power.sh index ba97874..08cfd03 100644 --- a/run/power.sh +++ b/run/power.sh @@ -32,7 +32,7 @@ _graceful_shutdown() { # Don't send the powerdown signal because vDSM ignores ACPI signals # echo 'system_powerdown' | nc -q 1 -w 1 localhost "${QEMU_MONPORT}" > /dev/null - # Send shutdown command to host via serial port + # Send shutdown command to guest agent via serial port RESPONSE=$(curl -s -m 2 -S http://127.0.0.1:2210/write?command=6 2>&1) if [[ ! "${RESPONSE}" =~ "\"success\"" ]] ; then