From 18fa0619ca685627d89125dabc5ed6c563f1c1a6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 22:01:59 +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 abcb528..5c6eadf 100644 --- a/run/power.sh +++ b/run/power.sh @@ -54,7 +54,7 @@ _graceful_shutdown() { else echo - echo "Please update the VirtualDSM Agent to allow gracefull shutdowns..." + echo "Please update the VirtualDSM Agent to allow for gracefull shutdowns..." PID=$(cat "${_QEMU_PID}") kill -15 "${PID}"