Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 20, 2024
1 parent 6f28203 commit daf2811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/command_fastdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ fn_fastdl_gmod_dl_enforcer() {
# Compresses Fastdl files using bzip2.
fn_fastdl_bzip2() {
while read -r filetocompress; do
fn_print_nl "compressing ${filetocompress}"
fn_print "compressing ${filetocompress}"
bzip2 -f "${filetocompress}"
exitcode=$?
if [ "${exitcode}" != 0 ]; then
Expand Down

0 comments on commit daf2811

Please sign in to comment.