Skip to content
Snippets Groups Projects
Commit 3c12cb67 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

now use eic-shell for old singularity containers

parent 1b653358
No related branches found
No related tags found
1 merge request!59now use eic-shell for old singularity containers
...@@ -105,7 +105,7 @@ else ...@@ -105,7 +105,7 @@ else
cat << EOF > eic-shell cat << EOF > eic-shell
#!/bin/bash #!/bin/bash
export ATHENA_PREFIX=$PWD/local export ATHENA_PREFIX=$PWD/local
$SINGULARITY exec $SIF bash $SINGULARITY exec $SIF eic-shell
EOF EOF
fi fi
......
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