diff options
Diffstat (limited to 'functions/echo.sh')
-rwxr-xr-x | functions/echo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/echo.sh b/functions/echo.sh index 0f04f239e..70a5b9041 100755 --- a/functions/echo.sh +++ b/functions/echo.sh @@ -46,7 +46,7 @@ Echo_message () STRING="${1}" shift - local PREFIX="${WHITE}P${NO_COLOR}" + local PREFIX="${BOLD}P${NO_COLOR}" if [ "${_COLOR}" = "false" ]; then PREFIX="P" fi |