Skip to content
Snippets Groups Projects
Commit 51e8be74 authored by gong1's avatar gong1
Browse files

change non_HPC to HPC_script in setup_runscript_template.sh

parent f052aaba
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment