summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmlog
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-01 09:40:43 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-01 09:40:43 +0200
commit3288d67c3d950af2e4ee4a65257406d94cdece20 (patch)
tree174033d5eaf3c7f1c5d044fa6fe8efc933461b80 /.local/bin/dmlog
parentdtwm changes (diff)
parentupdate (diff)
downloaddotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.gz
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.bz2
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.xz
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.zst
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.zip
Merge branch 'master' of gitjoe.xyz:dotfiles-bsd
Diffstat (limited to '.local/bin/dmlog')
-rwxr-xr-x.local/bin/dmlog2
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;