mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
Update the PADDING_CONSTENT to 15
As suggested by @rwwiv Co-authored-by: William Wernert <william.wernert@gmail.com>
This commit is contained in:
committed by
James Conroy
parent
3046e811f0
commit
95b4f7b4ef
@@ -183,7 +183,7 @@ print_line() {
|
||||
local red; red="$(tput setaf 1)"
|
||||
local green; green="$(tput setaf 2)"
|
||||
local yellow; yellow="$(tput setaf 3)"
|
||||
PADDING_CONSTANT=16 # two tabs wide
|
||||
PADDING_CONSTANT=15 # whitespace + brackets + 1
|
||||
|
||||
columns=$(tput cols)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user