Changeset 18063
- Timestamp:
- 01/04/15 04:51:39 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/DataCheck/PlotQuality.sh
r17908 r18063 34 34 #echo "processing "$date"..." 35 35 outpath=$anapath/quality/$date 36 makedir $outpath 36 37 logfile=$anapath/quality/$date/quality.log 37 makedir $outpath38 38 year=`echo $date | cut -d/ -f1` 39 39 month=`echo $date | cut -d/ -f2 | sed -e 's/^0//g'` … … 48 48 ;; 49 49 esac 50 51 printprocesslog "INFO rsync output to gate."52 if ! rsync -av $anapath/quality/ gate:/home/factwww/quality >> $logfile 2>&153 then54 printprocesslog "ERROR rsync to gate failed."55 echo `date +%F\ %T`" ERROR rsync to gate failed."56 fi57 50 done 58 51
Note:
See TracChangeset
for help on using the changeset viewer.