Loading src/power.sh +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ _graceful_shutdown() { fi # Send ACPI shutdown signal if [ ! -S "$QEMU_DIR/qmp.sock" ]; then if [ -S "$QEMU_DIR/qmp.sock" ]; then nc -q 1 -w 1 -U "$QEMU_DIR/qmp.sock" > /dev/null <<<'system_powerdown' || : fi Loading Loading
src/power.sh +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ _graceful_shutdown() { fi # Send ACPI shutdown signal if [ ! -S "$QEMU_DIR/qmp.sock" ]; then if [ -S "$QEMU_DIR/qmp.sock" ]; then nc -q 1 -w 1 -U "$QEMU_DIR/qmp.sock" > /dev/null <<<'system_powerdown' || : fi Loading