Skip to content
Snippets Groups Projects
Commit c8aacdc4 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Add env vars to manual run script

parent c5188c27
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ JOBCARDS=$(find $CONTAINER_JOBCARD_DIR -name "*.job")
cd $CONTAINER_OUTPUT_DIR
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/bin
for filepath in $JOBCARDS; do
filename=$(basename -- $filepath)
foldername="${filename%.*}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment