From b012120489b693134c3a5dec5b1d0cb444da9e36 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Apr 2023 18:40:31 +0200 Subject: [PATCH] Sync --- run/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/power.sh b/run/power.sh index 22fa8c9..260f8ee 100644 --- a/run/power.sh +++ b/run/power.sh @@ -56,4 +56,4 @@ _graceful_shutdown(){ _trap _graceful_shutdown SIGTERM SIGHUP SIGINT SIGABRT SIGQUIT -KVM_MON_OPTS="-monitor telnet:localhost:${QEMU_MONPORT},server,nowait,nodelay" +MON_OPTS="-monitor telnet:localhost:${QEMU_MONPORT},server,nowait,nodelay"