fix: Convert MAC address to uppercase (#627)

This commit is contained in:
Kroese
2024-02-08 17:33:11 +01:00
committed by GitHub
parent f24ba41930
commit f74771a9cc
3 changed files with 5 additions and 5 deletions

View File

@@ -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 \