diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh
index 4199be59efedcf4235350c13374428c87f6a6a6b..e52482a672f2359aa60fa739bb9dbc3405ed4da0 100755
--- a/benchmarks/dis/dis.sh
+++ b/benchmarks/dis/dis.sh
@@ -141,9 +141,9 @@ echo "Finalizing DIS benchmark"
 
 ## Move over reconsturction artifacts as long as we don't have
 ## too many events
-if [ "${JUGGLER_N_EVENTS}" -lt "500" ] ; then 
-  cp ${REC_FILE} ${RESULTS_PATH}
-fi
+# if [ "${JUGGLER_N_EVENTS}" -lt "500" ] ; then 
+cp ${REC_FILE} ${RESULTS_PATH}
+# fi
 
 ## =============================================================================
 ## All done!