From 40a209622a48332cc2de9b15dbc13ad33ec5202e Mon Sep 17 00:00:00 2001 From: Lukc Date: Fri, 17 Dec 2010 18:36:28 +0100 Subject: C’est plus jolis comme ça. o/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc/rc.multi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/rc.multi b/rc/rc.multi index cd30bc5..d11f000 100755 --- a/rc/rc.multi +++ b/rc/rc.multi @@ -13,10 +13,10 @@ fi echo_err () { echo -n -e "\033[00;31m\033[66G!$1!\033[00m" - echo -e "\033[72G\033[00;01;31m[ERROR]\033[00m" + echo -e "\033[76G\033[00;01;31m[X]\033[00m" } echo_ok () { - echo -e "\033[75G\033[00;01;32m[OK]\033[00m" + echo -e "\033[76G\033[00;01;32m[V]\033[00m" } -- cgit v1.2.3-54-g00ecf