diff options
-rwxr-xr-x | rc/rc.multi | 4 |
1 files 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" } |