_msg: Switch colors
This commit is contained in:
parent
3d00df3936
commit
066f85db61
4
qsgen2
4
qsgen2
@ -86,10 +86,10 @@ function _msg() {
|
|||||||
|
|
||||||
case ${1} in
|
case ${1} in
|
||||||
std)
|
std)
|
||||||
echo "${green}${2}${end}"
|
echo "${yellow}${2}${end}"
|
||||||
;;
|
;;
|
||||||
info)
|
info)
|
||||||
echo "${yellow}${2}${end}"
|
echo "${green}${2}${end}"
|
||||||
;;
|
;;
|
||||||
debug)
|
debug)
|
||||||
echo "${red}${2}${end}"
|
echo "${red}${2}${end}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user