Browse Source

Update core_dl.sh

pull/2101/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
3bd354baa2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      lgsm/functions/core_dl.sh

7
lgsm/functions/core_dl.sh

@ -119,12 +119,7 @@ fn_fetch_file(){
local_filename="${6}"
chmodx="${7:-0}"
run="${8:-0}"
if [ -f /.dockerenv ]; then
# All required files should already exist locally
forcedl="0"
else
forcedl="${9:-0}"
fi
forcedl="${9:-0}"
md5="${10:-0}"
# Download file if missing or download forced.

Loading…
Cancel
Save