Skip to content
Snippets Groups Projects
Commit 1e533b45 authored by Michael Langguth's avatar Michael Langguth
Browse files

Change back to no_HPC_scripts-directory in setup_runscript_templates.sh.

parent 426797f3
Branches
Tags
No related merge requests found
Pipeline #93534 failed
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment