summaryrefslogtreecommitdiffstats
path: root/fusioninventory-agent.init
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-08-18 17:57:45 +0200
committerRemi Collet <fedora@famillecollet.com>2010-08-18 17:57:45 +0200
commit1d46e7936a1e00129af6431253afa4d853a7fd92 (patch)
tree5fe23dbc5d22834c0e49adca04fea54dec20d531 /fusioninventory-agent.init
parent4de2efd86850faf5856df2900cab699ddcb14ad8 (diff)
fusioninventory-agent : update to git snapshot, to test 2.1.1 before release
Diffstat (limited to 'fusioninventory-agent.init')
-rwxr-xr-xfusioninventory-agent.init2
1 files changed, 1 insertions, 1 deletions
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