This commit is contained in:
Kroese 2023-04-21 22:01:59 +02:00 committed by GitHub
parent 8d22684894
commit 18fa0619ca

View File

@ -54,7 +54,7 @@ _graceful_shutdown() {
else else
echo 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}") PID=$(cat "${_QEMU_PID}")
kill -15 "${PID}" kill -15 "${PID}"