diff options
Diffstat (limited to 'fusioninventory-agent.init')
-rwxr-xr-x | fusioninventory-agent.init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |