From 17251d433ab18f59dab060e3ebadef6367969943 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Aug 2010 19:08:17 +0200 Subject: fusioninventory-agent-2.1 --- fusioninventory-agent.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fusioninventory-agent.init') diff --git a/fusioninventory-agent.init b/fusioninventory-agent.init index e6bfffc..9c64035 100755 --- a/fusioninventory-agent.init +++ b/fusioninventory-agent.init @@ -45,7 +45,7 @@ do_start() done if [ -n "$OPTS" ]; then echo -n $"Starting $prog: " - daemon $prog $FUSINVOPT --logfile=$logfile --daemon $OPTS + daemon $prog --logfile=$logfile $FUSINVOPT --daemon $OPTS &>/dev/null RETVAL=$? echo else -- cgit