aboutsummaryrefslogtreecommitdiff
path: root/pilot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pilot.sh')
-rw-r--r--pilot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pilot.sh b/pilot.sh
index 9bd2733..c4b16a6 100644
--- a/pilot.sh
+++ b/pilot.sh
@@ -15,6 +15,7 @@ set_container() {
CWL_SINGULARITY_CACHE="${CWL_SINGULARITY_CACHE:-$1%/*}"
if [ ! "${1##*/}" == "vlbi-cwl.sif" ]; then
ln -sf "${1}" "$CWL_SINGULARITY_CACHE/vlbi-cwl.sif"
+ ln -sf "${1}" "$CWL_SINGULARITY_CACHE/vlbi-cwl_latest.sif"
fi
}