diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-03-09 17:58:54 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-03-09 17:58:54 +0100 |
commit | 59104e57f663c3f64312b1e87df4e94f1f917400 (patch) | |
tree | 34308518603669bc04dd5a64fe6503740a25d23b /.local/bin/dmlog | |
parent | Update (diff) | |
download | dotfiles-bsd-59104e57f663c3f64312b1e87df4e94f1f917400.tar.gz dotfiles-bsd-59104e57f663c3f64312b1e87df4e94f1f917400.tar.bz2 dotfiles-bsd-59104e57f663c3f64312b1e87df4e94f1f917400.tar.xz dotfiles-bsd-59104e57f663c3f64312b1e87df4e94f1f917400.tar.zst dotfiles-bsd-59104e57f663c3f64312b1e87df4e94f1f917400.zip |
Fix
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/dmlog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/dmlog b/.local/bin/dmlog index 556a3b9..ff55f25 100755 --- a/.local/bin/dmlog +++ b/.local/bin/dmlog @@ -12,8 +12,8 @@ use constant LIST => [ 'Lock screen', 'Sleep', 'Logout', - 'Reboot' - 'Shutdown', + 'Reboot', + 'Shutdown' ]; use constant CONFIRM => [ "No", |