summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmlog
diff options
context:
space:
mode:
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;