Changeset 9171
- Timestamp:
- 11/18/08 11:50:21 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9170 r9171 20 20 21 21 2008/11/18 Daniela Dorner 22 23 * datacenter/scripts/runcamera: 24 - redirect output from camera program to scriptlog 25 - own failed variable 22 26 23 27 * datacenter/scripts/setup, datacenter/scripts/runcorsika: -
trunk/MagicSoft/Mars/datacenter/scripts/runcamera
r9129 r9171 116 116 echo "" >> $logfile 2>&1 117 117 echo "" >> $logfile 2>&1 118 printinputcard | ./camera 118 printinputcard | ./camera >> $logfile 2>&1 119 119 120 120 check1=$? … … 126 126 *) echo " check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 127 127 printprocesslog "ERROR $program failed for sequence $sequence" 128 com=$F reflector128 com=$Fcamera 129 129 check=$check1 130 130 ;;
Note:
See TracChangeset
for help on using the changeset viewer.