From 501e3ce7784fe50bd4fc89fddb908bce96d84104 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 17 Apr 2023 05:07:38 +0200 Subject: [PATCH] Curl --- run/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/power.sh b/run/power.sh index 66c5ed6..838d884 100644 --- a/run/power.sh +++ b/run/power.sh @@ -35,7 +35,7 @@ _graceful_shutdown(){ # echo 'system_powerdown' | nc -q 1 -w 1 localhost "${QEMU_MONPORT}">/dev/null # Send shutdown command to guest agent tools instead via serial port - RESPONSE=$(curl -s -m 2 -S http://127.0.0.1:2210/write?command=6) + RESPONSE=$(curl -s -m 2 -S http://127.0.0.1:2210/write?command=6 2>&1) if [[ ! "${RESPONSE}" =~ "\"success\"" ]] ; then