diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-22 22:31:08 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-22 22:31:08 +0200 |
commit | 7ab95433e2d80ba03db7667795e72d398b9d2a7b (patch) | |
tree | 1055d601bab4002bf483ea873bdf7199912df786 /bin/menuscripts/mpower | |
parent | dccf53c0d83973623e0d4c3f2550471232cf22b4 (diff) |
[mpower] added extra newline
Diffstat (limited to 'bin/menuscripts/mpower')
-rwxr-xr-x | bin/menuscripts/mpower | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/menuscripts/mpower b/bin/menuscripts/mpower index 005c497..3b66824 100755 --- a/bin/menuscripts/mpower +++ b/bin/menuscripts/mpower @@ -2,6 +2,7 @@ choice="$(printf 'poweroff suspend hibernate -reboot' | commander -c -d)" +reboot +' | commander -c -d)" [ "$choice" ] && systemctl "$choice" |