From 9e72e841cebaa36994324f6339bb397512367a9b Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 5 Jun 2024 20:09:47 +0200 Subject: [PATCH] Update power.sh --- src/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/power.sh b/src/power.sh index ecc65ff..f94360f 100644 --- a/src/power.sh +++ b/src/power.sh @@ -199,7 +199,7 @@ _graceful_shutdown() { SERIAL="pty" MONITOR="telnet:localhost:$QEMU_PORT,server,nowait,nodelay" -MONITOR="$MONITOR -daemonize -D $QEMU_LOG -pidfile $QEMU_PID" +MONITOR+=" -daemonize -D $QEMU_LOG -pidfile $QEMU_PID" _trap _graceful_shutdown SIGTERM SIGHUP SIGINT SIGABRT SIGQUIT