Changeset 83b8e3c in flex_extract.git for setup.sh


Ignore:
Timestamp:
Dec 13, 2018, 11:44:48 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
dbf9d89
Parents:
45fc9b4
Message:

minor modification due to variable name change of flexpart root script directory into flexpartdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.sh

    r34b247b r83b8e3c  
    1919GATEWAY='srvx8.img.univie.ac.at'
    2020DESTINATION='annep@genericSftp'
    21 FLEXPART_ROOT_SCRIPTS=""
     21FLEXPARTDIR=""
    2222JOB_TEMPLATE="job.template"
    2323CONTROLFILE="CONTROL_EA5.testgrid"
     
    5757  parameterlist+=" --makefile=$MAKEFILE"
    5858fi
    59 if [ -n "$FLEXPART_ROOT_SCRIPTS" ]; then # not empty
    60   parameterlist+=" --flexpart_root_scripts=$FLEXPART_ROOT_SCRIPTS"
     59if [ -n "$FLEXPARTDIR" ]; then # not empty
     60  parameterlist+=" --flexpartdir=$FLEXPARTDIR"
    6161fi
    6262if [ -n "$JOB_TEMPLATE" ]; then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG