change info color to cyan
This commit is contained in:
parent
e5e55c9a48
commit
ae38f7db28
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
function message() {
|
||||
red="\e[1;31m"
|
||||
yellow="\e[1;33m"
|
||||
blue="\e[34m"
|
||||
blue="\e[36m"
|
||||
if [ -z "${APP}" ]; then
|
||||
app=$(basename "${0}" .sh)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue