summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcomputer-time-limit2
1 files changed, 1 insertions, 1 deletions
diff --git a/computer-time-limit b/computer-time-limit
index f891f25..fa2eae3 100755
--- a/computer-time-limit
+++ b/computer-time-limit
@@ -54,7 +54,7 @@ wie_lange_noch() {
check_time() {
if [ "${noch}" -le 0 ]; then
- sende_msg stop "$1" >/dev/null
+ sende_msg stop "$2" >/dev/null
loginctl session-status | sed -n 's/ .*$//;1p' | xargs -r loginctl terminate-session
fi
if [ "${noch}" -lt 3630 ] && [ "${noch}" -gt 3570 ]; then