mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Switch blue output for brown.
This commit is contained in:
parent
421fe1b843
commit
46b189827e
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ COLUMNS=$(tput cols) || 80
|
|||
title_echo() {
|
||||
title="$1"
|
||||
line="$(printf "%${COLUMNS}s" "")"
|
||||
printf "\033[1;34m%s\033[0m\n" "${line// /*}"
|
||||
printf "\033[1;34m%*s\033[0m\n" $(((${#title}+$COLUMNS)/2)) "$title"
|
||||
printf "\033[0;33m%s\033[0m\n" "${line// /*}"
|
||||
printf "\033[0;33m%*s\033[0m\n" $(((${#title}+$COLUMNS)/2)) "$title"
|
||||
# printf "\033[1;34m%s\033[0m\n" "${line// /*}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue