From 1e533b453be69d549d77c4b6a2999ed11759b083 Mon Sep 17 00:00:00 2001
From: michael <m.langguth@fz-juelich.de>
Date: Mon, 28 Feb 2022 17:27:07 +0100
Subject: [PATCH] Change back to no_HPC_scripts-directory in
 setup_runscript_templates.sh.

---
 .../utils/runscript_generator/setup_runscript_templates.sh  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 e89b6ba5..a398fc6e 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}"
-- 
GitLab