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 e89b6ba55790be1e3eca1db99faa14a6ad0c8cd0..a398fc6e1a55292ac9429b7a734232877e1091b0 100755
--- a/video_prediction_tools/utils/runscript_generator/setup_runscript_templates.sh
+++ b/video_prediction_tools/utils/runscript_generator/setup_runscript_templates.sh
@@ -46,7 +46,7 @@ else
   fi
 fi
 
-echo "Start setting up templates under nonHPC_scripts/..."
+echo "Start setting up templates under HPC_scripts/..."
 for f in "${BASE_DIR}"/HPC_scripts/*template.sh; do
   echo "Setting up ${f}..."
   fnew=${f%%.*}_${USER}.sh
@@ -55,8 +55,8 @@ for f in "${BASE_DIR}"/HPC_scripts/*template.sh; do
 done
 echo "Done!"
 
-echo "Start setting up templates under HPC_scripts/"
-for f in "${BASE_DIR}"/JSC_scripts/*template.sh; do
+echo "Start setting up templates under no_HPC_scripts/"
+for f in "${BASE_DIR}"/no_HPC_scripts/*template.sh; do
   echo "Setting up ${f}..."
   fnew=${f%%.*}_${USER}.sh
   cp "${f}" "${fnew}"