Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9540)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9541)
@@ -18,4 +18,13 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2010/02/01 Daniela Dorner
+
+   * datacenter/scripts/runsimtel
+     - fixes typo
+     - replaced path in disk-check by variable
+     
+
+
 
  2010/01/15 Stefan Ruegamer
Index: /trunk/MagicSoft/Mars/datacenter/scripts/runsimtel
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/runsimtel	(revision 9540)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/runsimtel	(revision 9541)
@@ -68,5 +68,5 @@
 prodhost=`echo $HOSTNAME | sed -e 's/compute-0-//' -e 's/[.]local//'`
 
-diskusage=( `df /state/partition2/ | grep '/state/partition2'` )
+diskusage=( `df $mcpath | grep $mcpath` )
 # continue only if more than 90 GB are left on /state/cta
 if [ ${diskusage[3]} -lt 90000000 ]
@@ -113,5 +113,5 @@
 cd $CORSIKA_PATH
 
-printprocesslog "INFO create inputcar for run $run"
+printprocesslog "INFO create inputcard for run $run"
 
 #
