Index: trunk/DataCheck/QuickLook/Step1.sh
===================================================================
--- trunk/DataCheck/QuickLook/Step1.sh	(revision 15558)
+++ trunk/DataCheck/QuickLook/Step1.sh	(revision 15591)
@@ -66,5 +66,5 @@
    diskusage=( `df -P /raid10 | grep raid10 ` )
    # check if more than 700 GB are left on /loc_data
-   if [ ${diskusage[3]} -lt 800000000 ] 
+   if [ ${diskusage[3]} -lt $disklimitdaq ] 
    then
       echo "WARN less than 700 left on /raid10 on node "$HOSTNAME
@@ -98,4 +98,5 @@
    # only continue with script 
    #  when there is more than 10% space on daq
+   source `dirname $0`/../Sourcefile.sh
    check_daq
    
