diff --git a/video_prediction_tools/utils/runscript_generator/setup_runscript_templates.sh b/video_prediction_tools/utils/runscript_generator/setup_runscript_templates.sh index f47f6dcb390db9a14f09570e4e0d354aa7d50d9b..ef4c533f67243953e5c50f87f01e75b744f99d10 100755 --- a/video_prediction_tools/utils/runscript_generator/setup_runscript_templates.sh +++ b/video_prediction_tools/utils/runscript_generator/setup_runscript_templates.sh @@ -47,7 +47,7 @@ else fi echo "Start setting up templates under nonHPC_scripts/..." -for f in "${BASE_DIR}"/nonHPC_scripts/*template.sh; do +for f in "${BASE_DIR}"/JSC_scripts/*template.sh; do echo "Setting up ${f}..." fnew=${f%%.*}_${USER}.sh cp "${f}" "${fnew}"