diff options
author | Joe <rbo@gmx.us> | 2024-12-26 17:27:52 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-26 17:27:52 +0100 |
commit | 5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de (patch) | |
tree | b012c7fe49af4db703d7dc5672991a5254d00261 /.local/bin/dmlog | |
parent | up (diff) | |
download | dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.gz dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.bz2 dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.xz dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.zst dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.zip |
up
Diffstat (limited to '.local/bin/dmlog')
-rwxr-xr-x | .local/bin/dmlog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/dmlog b/.local/bin/dmlog index 8d70ca5..acf373c 100755 --- a/.local/bin/dmlog +++ b/.local/bin/dmlog @@ -64,7 +64,7 @@ sub action '-u', 'normal', 'shutdown', - ' G\'night, partner!' + ' g\'night, partner!' ); sleep 2; if (HOSTNAME eq 'mother') { @@ -97,7 +97,7 @@ sub action '-u', 'normal', 'shutdown', - ' Rebootin\', partner!' + ' rebootin\', partner!' ); exec(SHUTDOWN_PATH, '-r', 'now'); } @@ -109,7 +109,7 @@ sub action '-u', 'normal', 'shutdown', - ' Farewell, partner!' + ' farewell, partner!' ); sleep 2; if (HOSTNAME eq 'mother') { |