From 62cdc6a67d8a076c9ba54b53d1a31ea6801d497c Mon Sep 17 00:00:00 2001 From: iodomi Date: Mon, 22 Jun 2026 14:43:18 +0200 Subject: [PATCH 1/2] feat: add active users script --- active-users | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 active-users diff --git a/active-users b/active-users new file mode 100755 index 0000000..c64a638 --- /dev/null +++ b/active-users @@ -0,0 +1,12 @@ +#!/usr/bin/php + From 9381838e4f558fe640eee56e8458de4b52476534 Mon Sep 17 00:00:00 2001 From: iodomi Date: Mon, 22 Jun 2026 22:59:12 +0200 Subject: [PATCH 2/2] fix: check users connected thru ssh --- active-users | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active-users b/active-users index c64a638..5b63c1b 100755 --- a/active-users +++ b/active-users @@ -2,7 +2,7 @@