From aa9f4168bfa38762f441d298da79c3f420acbcd7 Mon Sep 17 00:00:00 2001 From: Stefanie Eckner Date: Sat, 16 Mar 2024 12:15:26 +0100 Subject: simplify termination of session --- computer-time-limit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer-time-limit b/computer-time-limit index fa2eae3..f214f99 100755 --- a/computer-time-limit +++ b/computer-time-limit @@ -55,7 +55,7 @@ wie_lange_noch() { check_time() { if [ "${noch}" -le 0 ]; then sende_msg stop "$2" >/dev/null - loginctl session-status | sed -n 's/ .*$//;1p' | xargs -r loginctl terminate-session + loginctl terminate-session "$1" fi if [ "${noch}" -lt 3630 ] && [ "${noch}" -gt 3570 ]; then espeak-ng -vde -w /tmp/stunde.wav 'noch eine Stunde' -- cgit v1.2.3-70-g09d2