Browse Source

added if

pull/1331/head
Daniel Gibbs 8 years ago
parent
commit
91525dcbbf
  1. 4
      lgsm/functions/command_fastdl.sh

4
lgsm/functions/command_fastdl.sh

@ -366,7 +366,9 @@ fn_fastdl_source(){
if [ -z "${copyflag}" ]; then
echo "about to compress ${totalfiles} files, total size $(fn_human_readable_file_size ${filesizetotal} 0) "
rm "${tmpdir}/fastdl_files_to_compress.txt"
if [ -f "${tmpdir}/fastdl_files_to_compress.txt" ]; then
rm "${tmpdir}/fastdl_files_to_compress.txt"
fi
if fn_prompt_yn "Continue?" Y; then
copyflag=1
fn_fastdl_source

Loading…
Cancel
Save