From 9337637fb8b1eef913b065d1d0ad9487450ac639 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Mon, 14 Nov 2022 19:44:15 +0000 Subject: [PATCH] feat: install.sh all /w prefix BINDPATH for JLab ifarm --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 56b89e940..8cbaaedc0 100755 --- a/install.sh +++ b/install.sh @@ -183,7 +183,7 @@ function install_singularity() { BINDPATH=${SINGULARITY_BINDPATH} echo " --> system bindpath: $BINDPATH" PREFIX_ROOT="/$(realpath $PREFIX | cut -d "/" -f2)" - for dir in /work /scratch /volatile /cache /gpfs /gpfs01 /gpfs02 $PREFIX_ROOT; do + for dir in /w /work /scratch /volatile /cache /gpfs /gpfs01 /gpfs02 $PREFIX_ROOT; do ## only add directories once if [[ ${BINDPATH} =~ $(basename $dir) ]]; then continue -- GitLab