mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 15:33:06 +01:00
Use spaces to define centerd justification output
As suggested by @rwwiv Co-authored-by: William Wernert <william.wernert@gmail.com>
This commit is contained in:
committed by
James Conroy
parent
6a1e586b8c
commit
3046e811f0
@@ -212,7 +212,7 @@ print_line() {
|
|||||||
|
|
||||||
service_state="${bold:-}${state_color:-}${service_state}${reset_attr:-}"
|
service_state="${bold:-}${state_color:-}${service_state}${reset_attr:-}"
|
||||||
line="${bold:-}${state_color:-}${line:-}${reset_attr:-}"
|
line="${bold:-}${state_color:-}${line:-}${reset_attr:-}"
|
||||||
printf "\t%s %s [ %s ]\n" "${service_name}" "${line:-}" "${service_state}"
|
printf " %s %s [ %s ] \n" "${service_name}" "${line:-}" "${service_state}"
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user