Changeset 19732 for trunk


Ignore:
Timestamp:
10/07/19 13:31:23 (5 years ago)
Author:
Daniela Dorner
Message:
added new options for download-website
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Tools/get_data.sh

    r19731 r19732  
    562562# evaluation of command line options (for usage with download.php)
    563563
    564 if [ ${#@} -eq 13 ]
     564if [ ${#@} -eq 15 ]
    565565then
    566    #get_data.sh $start $stop $source $timebin $email $table $time $expert $dch $zd $th $light $dust
     566   #get_data.sh $start $stop $source $timebin $email $table $time $expert $dch $zd $th $light $dust $rmemptyrows $factorcut
    567567   mode="auto"
    568568   overwrite="yes"
     
    602602   then
    603603      dust=${13}
     604   fi
     605   rmemptyrows=${14}
     606   if [ "${15}" != "novalue" ] && [ "${15}" != "all" ]
     607   then
     608      factorcut=${15}
    604609   fi
    605610   name=`echo $email | sed -e 's/@/-at-/'`
Note: See TracChangeset for help on using the changeset viewer.