Changeset 7506 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 02/15/06 10:20:38 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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.