diff options
Diffstat (limited to '90_reboot')
-rwxr-xr-x | 90_reboot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ echo "Adding reboot option." >&2 cat << EOF -menuentry 'Reboot' --class tool { +menuentry 'Reboot' --class tool --id reboot { reboot } EOF |