diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/libs/lib-ui.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libs/lib-ui.sh b/src/core/libs/lib-ui.sh index c641f3c..b718b03 100644 --- a/src/core/libs/lib-ui.sh +++ b/src/core/libs/lib-ui.sh @@ -317,5 +317,6 @@ _cli_follow_progress () logfile=$2 echo "Title: $1" tail -f $2 + #TODO: don't block anymore when it's done } |