Changeset 13312 for trunk/DataCheck/Transfer/CheckTransfer.sh
- Timestamp:
- 04/04/12 16:28:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/CheckTransfer.sh
r13171 r13312 15 15 ) 16 16 17 dates=( "2012/03/12" )18 19 17 numdaysok=0 20 numdaysoklimit= 318 numdaysoklimit=1 21 19 for date in ${dates[@]} 22 20 do … … 32 30 33 31 # check always only $numdaysoklimit days 34 if [ $numdaysok -g t$numdaysoklimit ]32 if [ $numdaysok -ge $numdaysoklimit ] 35 33 then 36 34 echo "INFO more than "$numdaysoklimit" ok -> stop. "
Note:
See TracChangeset
for help on using the changeset viewer.