summaryrefslogtreecommitdiff
path: root/bootchartd
diff options
context:
space:
mode:
Diffstat (limited to 'bootchartd')
-rwxr-xr-xbootchartd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootchartd b/bootchartd
index e265582..25fc899 100755
--- a/bootchartd
+++ b/bootchartd
@@ -81,7 +81,7 @@ do_logging()
# Log the command output
eval $cmd
echo
- } >&$fd
+ } > $fd 2>&1
i=$(($i + 1))
done
fi