From 9b263239ff4313108b3647c707035579f95b0aa4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 8 May 2023 14:26:19 +0200 Subject: [PATCH] Space --- run/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/power.sh b/run/power.sh index 08cfd03..7271830 100644 --- a/run/power.sh +++ b/run/power.sh @@ -48,7 +48,7 @@ _graceful_shutdown() { # Send a NMI interrupt which will be detected by the kernel echo 'nmi' | nc -q 1 -w 1 localhost "${QEMU_MONPORT}" > /dev/null - + else echo && echo "Please update the VirtualDSM Agent to allow for gracefull shutdowns..."