diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-02 01:00:35 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-02 01:00:35 +0000 |
commit | bcf764cc230177566b9803a02e66aeaf721d869a (patch) | |
tree | 584ceae2345bfc283280fe9377aea5cbd2f52a67 | |
parent | 88d8546d37b41e2d77b4ac5a39e46e2095736f55 (diff) | |
download | initscripts-bcf764cc230177566b9803a02e66aeaf721d869a.tar initscripts-bcf764cc230177566b9803a02e66aeaf721d869a.tar.gz initscripts-bcf764cc230177566b9803a02e66aeaf721d869a.tar.bz2 initscripts-bcf764cc230177566b9803a02e66aeaf721d869a.tar.xz initscripts-bcf764cc230177566b9803a02e66aeaf721d869a.zip |
typo
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 7295b3a2..9d226dfc 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -27,7 +27,7 @@ fi # Print a banner. ;) echo -en "\t\t\tWelcome to " -[ "$BOOTUP" != "serial" ] && echo -en "\\033[1;31m +[ "$BOOTUP" != "serial" ] && echo -en "\\033[1;31m" echo -en "Red Hat" [ "$BOOTUP" != "serial" ] && echo -en "\\033[0;39m" echo " Linux" |