diff --git a/webbuild/webbuild-functions-private b/webbuild/webbuild-functions-private index e857ee2..6025b23 100644 --- a/webbuild/webbuild-functions-private +++ b/webbuild/webbuild-functions-private @@ -51,7 +51,7 @@ function showlog() { echo -n "
" if [ "$LOGTYPE" = "processtail" ]; then echo -n "" - tail -n +0 -f $f --pid $PROCESSPID | sed "s|<|\<|g" + tail -n +0 -f $f --pid $PROCESSPID | stdbuf -oL sed "s|<|\<|g" echo -n "" else if [ $LOGFILESIZE -lt 524288 ]; then