Changeset 26190


Ignore:
Timestamp:
04/13/21 16:32:45 (4 years ago)
Author:
jdquinn
Message:

CHG: Create optional output directory for examples datasets if if it does not already exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/DownloadExamplesDatasets.sh

    r25928 r26190  
    2121
    2222        if [ ! -d "${DIRECTORY_PREFIX}" ]; then
    23                 echo "Error: output directory ${DIRECTORY_PREFIX} does not exist"
    24                 exit 1
     23                mkdir -p "${DIRECTORY_PREFIX}"
    2524        fi
    2625fi
Note: See TracChangeset for help on using the changeset viewer.