mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-28 11:56:03 +00:00
fix: Set machine name (#1383)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ configureMonitor() {
|
||||
[ -n "$QMP" ] && MON_OPTS+=" -qmp $QMP"
|
||||
[ -n "$MONITOR" ] && MON_OPTS+=" -monitor $MONITOR"
|
||||
|
||||
local name="${APP}// /-}"
|
||||
local name="${APP// /-}"
|
||||
MON_OPTS+=" -name $name,process=$PROCESS,debug-threads=on"
|
||||
MON_OPTS+=" -pidfile $QEMU_PID"
|
||||
MON_OPTS="${MON_OPTS# }"
|
||||
|
||||
Reference in New Issue
Block a user