From 1d46e7936a1e00129af6431253afa4d853a7fd92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Aug 2010 17:57:45 +0200 Subject: fusioninventory-agent : update to git snapshot, to test 2.1.1 before release --- 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 9c64035..aacadab 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 --logfile=$logfile $FUSINVOPT --daemon $OPTS &>/dev/null + daemon $prog --logfile=$logfile $FUSINVOPT --daemon $OPTS 2>/dev/null RETVAL=$? echo else -- cgit