From fa7d7e1c594d168359153314fdbd2779cb49c26f Mon Sep 17 00:00:00 2001 From: khalid belkhir <khalid.belkhir@univ-montp2.fr> Date: Mon, 16 Dec 2019 11:23:09 +0100 Subject: [PATCH] Bad binding for reults --- deployBigMem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployBigMem.sh b/deployBigMem.sh index 11b6bf4..d80ffb6 100644 --- a/deployBigMem.sh +++ b/deployBigMem.sh @@ -63,7 +63,7 @@ mkdir -p $Data mkdir -p $Results DOCK_VOL+=" --mount type=bind,src=$Data,dst=/Data" -DOCK_VOL+=" --mount type=bind,src=$Results/Results,dst=/Results" +DOCK_VOL+=" --mount type=bind,src=$Results,dst=/Results" if [ $# -lt 3 ] then -- GitLab