mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-11 04:23:41 +08:00
fix: Convert MAC address to uppercase (#627)
This commit is contained in:
@@ -166,9 +166,6 @@ _graceful_shutdown() {
|
||||
finish "$code" && return "$code"
|
||||
}
|
||||
|
||||
PROCESS="${APP,,}"
|
||||
PROCESS="${PROCESS// /-}"
|
||||
|
||||
MON_OPTS="\
|
||||
-pidfile $QEMU_PID \
|
||||
-name $PROCESS,process=$PROCESS,debug-threads=on \
|
||||
|
||||
Reference in New Issue
Block a user