We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96277e5 commit 66d7c6fCopy full SHA for 66d7c6f
1 file changed
src/power.sh
@@ -193,7 +193,7 @@ graceful_shutdown() {
193
194
# Send ACPI shutdown signal
195
if [ -S "$QEMU_DIR/monitor.sock" ]; then
196
- nc -q 1 -w 1 -U "$QEMU_DIR/monitor.sock" > /dev/null <<<'system_powerdown' || :
+ nc -q 1 -w 1 -U "$QEMU_DIR/monitor.sock" &> /dev/null <<<'system_powerdown' || :
197
fi
198
199
wait $slp
0 commit comments