Changeset 18317
- Timestamp:
- 08/31/15 01:14:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/Step2a.sh
r18099 r18317 7 7 if [ "$certaindate" != "" ] 8 8 then 9 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`10 if [ "$checkstring" = "" ]11 then12 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"13 finish14 fi15 9 getdates $certaindate 16 10 else … … 74 68 then 75 69 printprocesslog "$sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v starfile=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh" 76 $sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v star =$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh70 $sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v starfile=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh 77 71 else 78 72 printprocesslog " INFO `dirname $0`/RunGanymed.sh $file"
Note:
See TracChangeset
for help on using the changeset viewer.