Fix args to systemctl for reboot

This commit is contained in:
Luke D Jones
2020-09-25 21:05:47 +12:00
parent 3c7544f034
commit b80c860b7a

View File

@@ -119,7 +119,7 @@ fn do_gfx(
);
do_gfx_action(
command.force,
Command::new("systemctl").arg("reboot -i"),
Command::new("systemctl").arg("reboot").arg("-i"),
"Reboot Linux PC",
"Please reboot when ready",
)?;