mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 01:18:32 +08:00
Print debug info
This commit is contained in:
parent
13a8169947
commit
ed53b1adb4
@ -30,10 +30,10 @@ HOST_ARGS+=("-cpu_arch=${HOST_CPU}")
|
|||||||
[ -n "$HOST_VERSION" ] && HOST_ARGS+=("-version=${HOST_VERSION}")
|
[ -n "$HOST_VERSION" ] && HOST_ARGS+=("-version=${HOST_VERSION}")
|
||||||
[ -n "$HOST_TIMESTAMP" ] && HOST_ARGS+=("-ts=${HOST_TIMESTAMP}")
|
[ -n "$HOST_TIMESTAMP" ] && HOST_ARGS+=("-ts=${HOST_TIMESTAMP}")
|
||||||
|
|
||||||
[ "$DEBUG" = "Y" ] && set -x
|
[ "$DEBUG" = "Y" ] && set -x
|
||||||
|
|
||||||
./run/host.bin "${HOST_ARGS[@]}" > /dev/null 2>&1 &
|
./run/host.bin "${HOST_ARGS[@]}" > /dev/null 2>&1 &
|
||||||
|
|
||||||
[ "$DEBUG" = "Y" ] && { set +x; } 2>/dev/null
|
[ "$DEBUG" = "Y" ] && { set +x; } 2>/dev/null
|
||||||
|
|
||||||
# Configure serial ports
|
# Configure serial ports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user