diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-10 23:42:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-10 23:42:15 +0300 |
commit | 9128fbe0e11a20a55b9f0d51e0bf638d28ffbdac (patch) | |
tree | e6f6c579af0093f94152e8fd4fdb20d802afb0a3 | |
parent | f5c1fab3d9715d14074efffc2413acce8a906602 (diff) | |
download | init-9128fbe0e11a20a55b9f0d51e0bf638d28ffbdac.tar.gz |
change welcome prompt to fit default log function
-rwxr-xr-x | rc.boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" || { |