diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-09 14:17:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-09 14:17:01 +0300 |
commit | f5c1fab3d9715d14074efffc2413acce8a906602 (patch) | |
tree | 7ba7ceb106c857c56310a127600b7bdc8b970346 /rc.boot | |
parent | 2ee7f7f990d871e24bc5a890452381934da46928 (diff) | |
download | init-f5c1fab3d9715d14074efffc2413acce8a906602.tar.gz |
change configuration location to /etc/init0.3
Diffstat (limited to 'rc.boot')
-rwxr-xr-x | rc.boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -. PREFIX/lib/init/rc.conf +. /etc/init/rc.conf welcome() { printf '\033[1;36m=>\033[m\033[1m Welcome to\033[35m Carbs Linux\033[m\033[1m!\n' ;} |