summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmlog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/dmlog3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/dmlog b/.local/bin/dmlog
index 5d9abc8..51edb8a 100755
--- a/.local/bin/dmlog
+++ b/.local/bin/dmlog
@@ -73,8 +73,9 @@ sub action
'-u',
'normal',
'shutdown',
- 'Farwell, partner!'
+ ' Farwell, partner!'
);
+ sleep 2;
exec(SHUTDOWN_PATH, '-p', 'now');
}
}