Browse Source

Capital

pull/1751/head
Daniel Gibbs 7 years ago
parent
commit
5b9cec5428
  1. 2
      lgsm/functions/core_dl.sh

2
lgsm/functions/core_dl.sh

@ -105,7 +105,7 @@ fn_fetch_file(){
forcedl="${6:-0}"
md5="${7:-0}"
# download file if missing or download forced
# Download file if missing or download forced
if [ ! -f "${local_filedir}/${local_filename}" ]||[ "${forcedl}" == "forcedl" ]; then
if [ ! -d "${local_filedir}" ]; then
mkdir -p "${local_filedir}"

Loading…
Cancel
Save