Index: trunk/MagicSoft/Mars/datacenter/scripts/runsimtel
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runsimtel	(revision 9504)
+++ 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"
 
 #
