diff options
-rwxr-xr-x | computer-time-limit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/computer-time-limit b/computer-time-limit index 0a170ed..a872d01 100755 --- a/computer-time-limit +++ b/computer-time-limit @@ -66,7 +66,7 @@ still_logged_in() { check_time() { if [ "${noch}" -le 0 ]; then - loginctl session-status | sed -n 's/ .*$//;1p' | xargs -r echo loginctl terminate-session + loginctl session-status | sed -n 's/ .*$//;1p' | xargs -r loginctl terminate-session fi if [ "${noch}" -lt 3600 ] && [ "${noch}" -gt 3540 ]; then espeak-ng -vde -w /tmp/stunde.wav 'noch eine Stunde' |