diff --git a/video_prediction_tools/utils/runscript_generator/convert_runscript.sh b/video_prediction_tools/utils/runscript_generator/convert_runscript.sh index a5ab4188b93a4743050606358049c48c70697af4..cc20a3c746ce9c578a6b0985baf326cee56f357b 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