Changeset 7568 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 03/05/06 00:03:32 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7486 r7568 53 53 54 54 # reason why calibration with standard callisto.rc fails 55 reason="Pulse is too much to the right, cannot go beyond logain limits!" 55 reason1="Pulse is too much to the right, cannot go beyond logain limits!" 56 reason2="Pulse is too much to the left, cannot go below 0!" 56 57 echo "reason: "$reason >> $scriptlog 2>&1 57 58 … … 62 63 for file in $files 63 64 do 64 pulse=`cat $file | grep "$reason "` >> $scriptlog 2>&165 pulse=`cat $file | grep "$reason1\|$reason2"` >> $scriptlog 2>&1 65 66 if [ ! "$pulse" = "" ] 66 67 then
Note:
See TracChangeset
for help on using the changeset viewer.