mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Fix args to systemctl for reboot
This commit is contained in:
@@ -119,7 +119,7 @@ fn do_gfx(
|
|||||||
);
|
);
|
||||||
do_gfx_action(
|
do_gfx_action(
|
||||||
command.force,
|
command.force,
|
||||||
Command::new("systemctl").arg("reboot -i"),
|
Command::new("systemctl").arg("reboot").arg("-i"),
|
||||||
"Reboot Linux PC",
|
"Reboot Linux PC",
|
||||||
"Please reboot when ready",
|
"Please reboot when ready",
|
||||||
)?;
|
)?;
|
||||||
|
|||||||
Reference in New Issue
Block a user