Skip to content

Commit 967ed07

Browse files
committed
find-inactive-ssh-sessions.sh indentation
1 parent 102eaa7 commit 967ed07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/find-inactive-ssh-sessions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fi
8383

8484
# Get TTYs with the seconds since the last access time
8585
TTYS=$(
86-
who -s \
86+
who -s \
8787
| awk '{ print $2 }' \
8888
| grep -ve "^:"
8989
)

0 commit comments

Comments
 (0)