home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae23e5e
)
Use full width available
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 2 Nov 2020 10:24:06 +0000
(
05:24
-0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 2 Nov 2020 10:24:06 +0000
(
05:24
-0500)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
a161d4b
..
68d99a2
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-588,6
+588,6
@@
ssh_invalid_attempts_from() {
/var/log/auth.log \
/var/log/auth.log.1 \
| sort -n -k 1 \
- | bar_gauge -v width=
80
-v num=1 -v ch_right=' ' -v ch_left=' ' -v ch_blank=' ' \
+ | bar_gauge -v width=
$(stty size | awk '{print $2}')
-v num=1 -v ch_right=' ' -v ch_left=' ' -v ch_blank=' ' \
| column -t
}
This page took
0.027243 seconds
and
4
git commands to generate.