diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py
index bcb9cb693c72fac55fa8c0e88694db0c66f69974..d42e8df20d02f426faae4e4815f8f95346b3b5dd 100755
--- a/wetb/prepost/Simulations.py
+++ b/wetb/prepost/Simulations.py
@@ -1260,7 +1260,7 @@ def create_chunks_htc_pbs(cases, sort_by_values=['[Windspeed]'], ppn=20,
         pbs += 'pwd\n'
         pbs += 'echo "Results saved at sim_id directory:"\n'
         rpl = (os.path.join(pbs_in_base, '*'), os.path.join(htc_base, '*'))
-        pbs += 'find -not -iname "%s" -not -iname "%s"\n' % rpl
+        pbs += 'find \n'
 
         # compress all result files into an archive
         pbs += '\necho "move results into compressed archive"\n'