Shellchecks

This commit is contained in:
Kroese
2023-04-02 22:53:06 +02:00
parent fac945d30b
commit 3e40704c9c
2 changed files with 4 additions and 4 deletions

View File

@@ -37,4 +37,4 @@ _graceful_shutdown() {
trap _graceful_shutdown SIGINT SIGTERM SIGHUP
KVM_MON_OPTS="-monitor telnet:localhost:"${QEMU_MONPORT:-7100}",server,nowait,nodelay"
KVM_MON_OPTS="-monitor telnet:localhost:${QEMU_MONPORT:-7100},server,nowait,nodelay"