Changes in setup_local.sh [75db9b0:98f09d2] in flex_extract.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup_local.sh

    r75db9b0 r98f09d2  
    1010#    python installation script. It also does some checks to
    1111#    guarantee necessary parameters were set.
    12 #
    13 # @History:
    14 #    Leopold Haimberger; Aug 2020
    15 #       added new parameter for a system installation
    16 #       (seperate executable and user directories)
    1712#
    1813# @Licence:
     
    3833DESTINATION='<name>@genericSftp'
    3934INSTALLDIR=None
    40 SYSINSTALLDIR=None
    4135JOB_TEMPLATE=''
    4236CONTROLFILE='CONTROL_CERA'
     
    8276  parameterlist+=" --makefile=$MAKEFILE"
    8377fi
    84 if [ -n "$INSTALLDIR" ]; then
    85   parameterlist+=" --installdir=$INSTALLDIR"
    86 fi
    87 if [ -n "$SYSINSTALLDIR" ]; then
    88   parameterlist+=" --sysinstalldir=$SYSINSTALLDIR"
     78if [ -n "$FLEXPARTDIR" ]; then # not empty
     79  parameterlist+=" --flexpartdir=$FLEXPARTDIR"
    8980fi
    9081if [ -n "$JOB_TEMPLATE" ]; then
     
    10091$script $parameterlist
    10192
    102 
    103 
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG