remove unused colours
This commit is contained in:
parent
809c04b4b3
commit
5478ac1565
@ -20,14 +20,12 @@ consoleError() {
|
||||
if command -v tput > /dev/null; then
|
||||
cyan=$(tput setaf 6)
|
||||
err=$(tput bold)$(tput setaf 1)
|
||||
magenta=$(tput setaf 5)
|
||||
norm=$(tput sgr0)
|
||||
ok=$(tput setaf 2)
|
||||
yellow=$(tput setaf 11)
|
||||
else
|
||||
cyan=''
|
||||
err=''
|
||||
magenta=''
|
||||
norm=''
|
||||
ok=''
|
||||
yellow=''
|
||||
|
Loading…
Reference in New Issue
Block a user