From 9128fbe0e11a20a55b9f0d51e0bf638d28ffbdac Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 10 Jan 2020 23:42:15 +0300 Subject: change welcome prompt to fit default log function --- rc.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.boot b/rc.boot index e005339..0f33985 100755 --- a/rc.boot +++ b/rc.boot @@ -2,7 +2,7 @@ . /etc/init/rc.conf -welcome() { printf '\033[1;36m=>\033[m\033[1m Welcome to\033[35m Carbs Linux\033[m\033[1m!\n' ;} +welcome() { printf '\033[1;36m->\033[m\033[1m Welcome to\033[35m Carbs Linux\033[m\033[1m!\n' ;} mnt() { mountpoint -q "$1" || { -- cgit v1.2.3