Changeset 7506
- Timestamp:
- 02/15/06 10:20:38 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7505 r7506 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/02/15 Daniela Dorner, Daniel Hoehne 21 22 * datacenter/scripts/writesequencefiles,doexclusion,correcttime: 23 - fixed small bug 24 25 26 20 27 2006/02/14 Daniela Dorner, Daniel Hoehne 21 28 -
trunk/MagicSoft/Mars/datacenter/scripts/correcttime
r7482 r7506 95 95 case $check1 in 96 96 1) echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;; 97 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 ;;97 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 98 98 com=$Ftimecorr 99 99 check=$check1 -
trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
r7486 r7506 78 78 var2=$date 79 79 doexclusionspath=$logpath/$program/$year2 80 echo "excl path: $doexclusionspath" 80 81 makedir $doexclusionspath >> $scriptlog 2>&1 81 82 doexclusionslog=$doexclusionspath/doexclusions-$date.log … … 88 89 case $check1 in 89 90 1) echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;; 90 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 ;;91 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 91 92 com=$Fdoexcl 92 93 check=$check1 -
trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
r7486 r7506 91 91 case $check2 in 92 92 1) echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;; 93 *) echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 ;;93 *) echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 94 94 com=$Fwritesequfile 95 95 check=$check2
Note:
See TracChangeset
for help on using the changeset viewer.