Changeset 7482 for trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
- Timestamp:
- 02/07/06 10:53:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7476 r7482 156 156 ;; 157 157 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 158 com= "filldotraw for run $run failed"158 com=$Ffillraw 159 159 check=$check1 160 160 setstatus "stop" >> $scriptlog 2>&1 … … 181 181 ;; 182 182 *) echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 183 com="sinope for run $run failed" 183 com=$Fsinope 184 # comadd= 184 185 check=$check2 185 186 setstatus "stop" >> $scriptlog 2>&1 … … 201 202 ;; 202 203 *) echo "check3=$check3 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 203 com= "fillsinope for run $run failed"204 com=$Ffillsinope 204 205 check=$check3 205 206 setstatus "stop" >> $scriptlog 2>&1 … … 219 220 ;; 220 221 *) echo "check5=$check5 -> ERROR -> step could not be resetted -> repeat step " >> $scriptlog 2>&1 221 com="reset status for fExclusionsDone for date $date2 failed" 222 com=$Fresetexcl 223 comadd=`echo $date2 | sed -e 's/-//g'` 222 224 check=$check5 223 225 setstatus "stop" >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.