From 7f4117b05f9e4730657779ec7d4b3b08ba12616c Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 10 Oct 2003 01:10:18 +0000 Subject: added color to rc messages and fixed bug #168 --- rc.multi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rc.multi') diff --git a/rc.multi b/rc.multi index 5e803b1..e33226e 100755 --- a/rc.multi +++ b/rc.multi @@ -8,13 +8,13 @@ # Start daemons for daemon in "${DAEMONS[@]}"; do - if [[ `echo $daemon | grep '^[^\!]' | wc -l` -eq 1 ]]; then - /etc/rc.d/$daemon start - fi + if [[ `echo $daemon | grep '^[^\!]' | wc -l` -eq 1 ]]; then + /etc/rc.d/$daemon start + fi done if [ -x /etc/rc.local ]; then - /etc/rc.local + /etc/rc.local fi # End of file -- cgit v1.2.3