Index: trunk/DataCheck/QuickLook/Step1.sh
===================================================================
--- trunk/DataCheck/QuickLook/Step1.sh	(revision 19473)
+++ trunk/DataCheck/QuickLook/Step1.sh	(revision 19474)
@@ -8,4 +8,7 @@
 # preferably ZipRawData.sh has processed at this point all 
 #   files available already on /scratch
+#
+# to have QLA running if MAGIC weather station is not available: 
+# export mweather=no
 
 # remarks: 
@@ -82,4 +85,6 @@
          printprocesslog "WARN rsync of "$1" failed."
       fi
+   else
+       continue
    fi
 }
@@ -105,4 +110,5 @@
    # at least 10% free disk on /scratch
    diskusage=( `df -P /scratch | grep scratch ` )
+   printprocesslog "DEBUG dist /scratch "${diskusage[3]}
    if [ ${diskusage[3]} -lt $disklimitnewdata ] 
    then
@@ -157,6 +163,6 @@
    printprocesslog "INFO status beginning of while-loop #files-daq:"${#fileslocal[@]}" #files-newdaq:"${#files[@]}" #callisto-logs:"${#callistofiles[@]}" #runs:"$numcalibrated
 
-   rsync_aux_file $drivefile
-   rsync_aux_file $drivefile2
+   #rsync_aux_file $drivefile
+   #rsync_aux_file $drivefile2
    
    # files on newdaq
@@ -306,5 +312,8 @@
                rsync_aux_file $drivefile
                rsync_aux_file $drivefile2
-               rsync_aux_file $mweatherfile
+               if [ "$mweather" != "no" ]
+               then 
+                 rsync_aux_file $mweatherfile
+               fi
                rsync_aux_file $ratesfile
                rsync_aux_file $tempfile
