diff options
Diffstat (limited to '')
-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') { |