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

Added echoed info for better traceability of 'generate_workflow_runscripts.sh'

parent 2d46986f
Branches
Tags
No related merge requests found
......@@ -103,6 +103,9 @@ if [[ -f ${target_script} ]]; then
echo "ERROR: ${target_script} already exist."
echo "Set explicitly a different experiment identifier."
exit 4
else
echo "Convert ${curr_script}_template.sh to executable runscript"
echo "The executable runscript is saved under ${target_script}"
fi
### Do the work ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment