Skip to content

Commit 66d7c6f

Browse files
authored
Update power.sh
1 parent 96277e5 commit 66d7c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/power.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ graceful_shutdown() {
193193

194194
# Send ACPI shutdown signal
195195
if [ -S "$QEMU_DIR/monitor.sock" ]; then
196-
nc -q 1 -w 1 -U "$QEMU_DIR/monitor.sock" > /dev/null <<<'system_powerdown' || :
196+
nc -q 1 -w 1 -U "$QEMU_DIR/monitor.sock" &> /dev/null <<<'system_powerdown' || :
197197
fi
198198

199199
wait $slp

0 commit comments

Comments
 (0)