Changeset 15599 for trunk/DataCheck
- Timestamp:
- 05/13/13 10:57:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/CheckTransfer.sh
r15328 r15599 55 55 dates=( `ssh fact@161.72.93.131 "find /loc_data/zipraw -mindepth 3 -type d | sort | sed -e 's/\/loc_data\/zipraw\///g' "` ) 56 56 57 #dates=( "2013/0 1/31" )57 #dates=( "2013/04/18" ) 58 58 #short="yes" 59 59 … … 212 212 fi 213 213 else 214 numok=`echo " $numok + 1 " | bc -l ` 215 result=$result"0" 214 if [ ${archive[0]} -eq -1 ] 215 then 216 numpb=`echo " $numpb + 1 " | bc -l ` 217 result=$result"1" 218 else 219 numok=`echo " $numok + 1 " | bc -l ` 220 result=$result"0" 221 fi 216 222 fi 217 223 # wue … … 236 242 #fi 237 243 238 if [ "$short" = "yes" ] 239 then 244 if [ "$short" = "yes" ] || [ "$result" != "0000" ] 245 then 246 echo $result 240 247 continue 241 248 fi
Note:
See TracChangeset
for help on using the changeset viewer.