We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102eaa7 commit 967ed07Copy full SHA for 967ed07
bin/find-inactive-ssh-sessions.sh
@@ -83,7 +83,7 @@ fi
83
84
# Get TTYs with the seconds since the last access time
85
TTYS=$(
86
- who -s \
+ who -s \
87
| awk '{ print $2 }' \
88
| grep -ve "^:"
89
)
0 commit comments