diff --git a/deployBigMem.sh b/deployBigMem.sh
index 11b6bf4e49dbf231f22cac025280d509f057e1f9..d80ffb61967f0a2b4f6d2036a1f02ac376a8b2a8 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