diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-30 20:06:22 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-30 20:06:22 +0200 |
commit | a2949a4a3ed5539357f05f9715bcfdfbd20a859d (patch) | |
tree | 8c02be337354678372e1d5ff76f7b1beed0d5036 /.local/bin/dmlog | |
parent | update (diff) | |
download | dotfiles-bsd-a2949a4a3ed5539357f05f9715bcfdfbd20a859d.tar.gz dotfiles-bsd-a2949a4a3ed5539357f05f9715bcfdfbd20a859d.tar.bz2 dotfiles-bsd-a2949a4a3ed5539357f05f9715bcfdfbd20a859d.tar.xz dotfiles-bsd-a2949a4a3ed5539357f05f9715bcfdfbd20a859d.tar.zst dotfiles-bsd-a2949a4a3ed5539357f05f9715bcfdfbd20a859d.zip |
rice
Diffstat (limited to '.local/bin/dmlog')
-rwxr-xr-x | .local/bin/dmlog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmlog b/.local/bin/dmlog index 786d59b..a2e8458 100755 --- a/.local/bin/dmlog +++ b/.local/bin/dmlog @@ -88,7 +88,7 @@ sub action ' Farewell, partner!' ); sleep 2; - exec(SHUTDOWN_PATH, '-h', 'now'); + exec(SHUTDOWN_PATH, '-p', 'now'); } } return; |