mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-22 18:03:44 +08:00
fix: Don't redirect stdout
This commit is contained in:
@@ -41,7 +41,7 @@ if [[ "${HOST_DEBUG}" == [Yy1]* ]]; then
|
||||
{ set +x; } 2>/dev/null
|
||||
echo
|
||||
else
|
||||
./run/host.bin "${HOST_ARGS[@]}" > /dev/null 2>&1 &
|
||||
./run/host.bin "${HOST_ARGS[@]}" 2> /dev/null &
|
||||
fi
|
||||
|
||||
# Configure serial ports
|
||||
|
||||
Reference in New Issue
Block a user