Changeset 7482 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 02/07/06 10:53:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7477 r7482 194 194 then 195 195 echo "no ccfile found for run "$runno >> $scriptlog 2>&1 196 com="no ccfile for run $runno" 196 com=$Fnoccfile 197 comadd=$runno 197 198 check=0 198 199 break … … 216 217 then 217 218 echo "no cacofile found" >> $scriptlog 2>&1 218 com="no cacofile for run $runno" 219 com=$Fnocacofile 220 comadd=$runno 219 221 check=0 220 222 fi … … 231 233 0) echo "check2=$check2 -> everything ok, merppccupdate worked -> continue" >> $scriptlog 2>&1;; 232 234 *) echo "check2=$check2 -> ERROR -> merppccupdate failed" >> $scriptlog 2>&1 233 com="merppccupdate failed for run $runno" 235 com=$Fmerppcc 236 comadd=$runno 234 237 check=$check2 235 238 break ;; … … 240 243 0) echo "check3=$check3 -> everything ok, merppcacoupdate worked -> continue" >> $scriptlog 2>&1;; 241 244 *) echo "check3=$check3 -> ERROR -> merppcacoupdate failed" >> $scriptlog 2>&1 242 com="merppcacoupdate failed for run $runno" 245 com=$Fmerppcaco 246 comadd=$runno 243 247 check=$check3 244 248 break ;; … … 247 251 ;; 248 252 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 249 com= "calibration failed"253 com=$Fcallisto 250 254 check=$check1 251 255 ;;
Note:
See TracChangeset
for help on using the changeset viewer.