From 432fcc725ac656837240625e0e7da3539070f97d Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Mon, 25 Jul 2022 14:09:56 +0200 Subject: [PATCH] Correction to project-setting. --- .../utils/runscript_generator/convert_runscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_prediction_tools/utils/runscript_generator/convert_runscript.sh b/video_prediction_tools/utils/runscript_generator/convert_runscript.sh index a5ab4188..cc20a3c7 100755 --- a/video_prediction_tools/utils/runscript_generator/convert_runscript.sh +++ b/video_prediction_tools/utils/runscript_generator/convert_runscript.sh @@ -101,6 +101,6 @@ else fi sed -i "s/--mail-user=.*/--mail-user=$USER_EMAIL/g" ${target_script} if [[ "${HOST_NAME}" == hdfml* || "${HOST_NAME}" == *juwels* ]]; then - sed -i "s/--account=.*/--mail-user=deepacf/g" ${target_script} + sed -i "s/--account=.*/--account=deepacf/g" ${target_script} fi # end -- GitLab