From 62aa1c0cda50d9a15ec0b72fe9d34f1c2f58fdda Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 5 Mar 2017 21:40:45 +0000 Subject: [PATCH] message not required --- lgsm/functions/command_fastdl.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lgsm/functions/command_fastdl.sh b/lgsm/functions/command_fastdl.sh index be97474c6..0cd0012d6 100644 --- a/lgsm/functions/command_fastdl.sh +++ b/lgsm/functions/command_fastdl.sh @@ -228,7 +228,7 @@ fn_fastdl_preview(){ if ! fn_prompt_yn "Continue?" Y; then fn_script_log "User exited" core_exit.sh - fi + fi } # Builds Garry's Mod fastdl directory content @@ -404,8 +404,6 @@ fn_fastdl_gmod_dl_enforcer(){ # Compresses FastDL files using bzip2 fn_fastdl_bzip2(){ - echo -en "compressing files..." - echo "" while read -r filetocompress; do echo -en "\r\033[Kcompressing ${filetocompress}..." bzip2 -f "${filetocompress}"