mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-21 17:03:00 +00:00
dlr eo: allow setting DIR_OUTPUT directly
This commit is contained in:
parent
4fd9feba4f
commit
b5f23e76d1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ if [[ -n "${POSTFIX}" ]]; then
|
|||
CODE="${CODE}_${POSTFIX}";
|
||||
fi
|
||||
|
||||
DIR_OUTPUT="output/$(date -u --rfc-3339=date)_${CODE}";
|
||||
DIR_OUTPUT="${DIR_OUTPUT:-output/$(date -u --rfc-3339=date)_${CODE}}";
|
||||
|
||||
mkdir -p "${DIR_OUTPUT}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue