Changeset 7915 for trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
- Timestamp:
- 08/22/06 17:23:39 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7910 r7915 85 85 finish >> $scriptlog 2>&1 86 86 fi 87 echo "runs: "${runs[@]} >> $scriptlog 2>&1 88 rm -v $todofile >> $scriptlog 2>& 87 89 88 90 cd $mars 89 91 90 92 # processing run(s) 91 echo "runs: "${runs[@]} >> $scriptlog 2>&192 93 for run in ${runs[@]} 93 94 do
Note:
See TracChangeset
for help on using the changeset viewer.