From d8927d701f6cebb3fc5cd2fc74a5e476377c4650 Mon Sep 17 00:00:00 2001 From: "Takumi.Matsunobu" <takumi.matsunobu@physik.uni-muenchen.de> Date: Tue, 17 Oct 2023 09:51:19 +0000 Subject: [PATCH] Update clean.sh --- templates/common/clean.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/common/clean.sh b/templates/common/clean.sh index 843123f..17b80ce 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} -- GitLab