aboutsummaryrefslogtreecommitdiff
path: root/rc.multi
diff options
context:
space:
mode:
Diffstat (limited to 'rc.multi')
-rwxr-xr-xrc.multi2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.multi b/rc.multi
index 783a89e..94c2dba 100755
--- a/rc.multi
+++ b/rc.multi
@@ -12,7 +12,7 @@ for daemon in "${DAEMONS[@]}"; do
if [[ `echo $daemon | grep '^[^\@]' | wc -l` -eq 1 ]]; then
/etc/rc.d/$daemon start
else
- stat_bkgd "Starting ${daemon:1}"
+ stat_bkgd "Starting ${daemon:1}"
(/etc/rc.d/${daemon:1} start) &>/dev/null &
fi
fi