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