diff --git a/templates/common/clean.sh b/templates/common/clean.sh index 843123fb7bfd9bc8a55691ec527a0b8217ce3568..17b80cecab8caf73af7c2c94d2096bee5942c4c7 100644 --- a/templates/common/clean.sh +++ b/templates/common/clean.sh @@ -12,11 +12,11 @@ RUNDIR=${WORKDIR}/${STARTDATE}/${MEMBER} cd ${RUNDIR} || exit # Remove the files in the run directory -rm -f ${FILES_TO_CLEAN} +#rm -f ${FILES_TO_CLEAN} # Remove the files in the remote output directory OUTPUT_DIR=${WORKDIR}/output/${STARTDATE}/${MEMBER} cd ${OUTPUT_DIR} || exit -rm -f ${FILES_TO_CLEAN} +#rm -f ${FILES_TO_CLEAN}