Daniel Gibbs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
6 deletions
-
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. |
|
|
|