Skip to content

Commit d88c81e

Browse files
h3o66Christian Birk
authored andcommitted
fix(fastdl): linebreaks for fastdl output (#2451)
Co-authored-by: Christian Birk <[email protected]>
1 parent 187d7e7 commit d88c81e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lgsm/functions/command_fastdl.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ fn_fastdl_preview(){
166166
done < <(find . -type f -iname ${allowed_extention})
167167
if [ ${fileswc} != 0 ]; then
168168
fn_print_ok_eol_nl
169+
else
170+
fn_print_info_eol_nl
169171
fi
170172
done
171173
# Source engine
@@ -197,6 +199,8 @@ fn_fastdl_preview(){
197199
printf "gathering ${directory} ${allowed_extention} : ${fileswc}..."
198200
if [ ${fileswc} != 0 ]; then
199201
fn_print_ok_eol_nl
202+
else
203+
fn_print_info_eol_nl
200204
fi
201205
done
202206
fi

0 commit comments

Comments
 (0)