maybe print offline status too.

This commit is contained in:
creme 2023-12-23 18:37:23 +01:00
parent 289604d34a
commit 7609d535d9
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 2 additions and 0 deletions

2
luser
View File

@ -66,6 +66,8 @@ else
# Online status
if finger "$3" | grep -q 'On since'; then
printf "Online.\n"
else
printf "Offline\n"
fi
# pgpkey