Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7505)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7506)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/02/15 Daniela Dorner, Daniel Hoehne
+
+   * datacenter/scripts/writesequencefiles,doexclusion,correcttime: 
+     - fixed small bug
+
+
+
  2006/02/14 Daniela Dorner, Daniel Hoehne
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/correcttime
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/correcttime	(revision 7505)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/correcttime	(revision 7506)
@@ -95,5 +95,5 @@
   case $check1 in
      1)   echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
-     *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 ;;
+     *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
           com=$Ftimecorr
           check=$check1
Index: /trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/doexclusions	(revision 7505)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/doexclusions	(revision 7506)
@@ -78,4 +78,5 @@
    var2=$date
    doexclusionspath=$logpath/$program/$year2
+   echo "excl path: $doexclusionspath"
    makedir $doexclusionspath >> $scriptlog 2>&1
    doexclusionslog=$doexclusionspath/doexclusions-$date.log
@@ -88,5 +89,5 @@
    case $check1 in
       1)   echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
-      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 ;;
+      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 
            com=$Fdoexcl
            check=$check1
Index: /trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles	(revision 7505)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles	(revision 7506)
@@ -91,5 +91,5 @@
    case $check2 in
       1)   echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
-      *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
+      *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
            com=$Fwritesequfile
            check=$check2
