We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c554d6 commit 37df721Copy full SHA for 37df721
docker2singularity.sh
@@ -20,7 +20,7 @@ if [ $# == 0 ] ; then
20
echo $USAGE
21
exit 1;
22
fi
23
-mount_points="/oasis /projects /scratch /local-scratch /work /home1 /corral-repl /beegfs /share/PI /extra"
+mount_points="/oasis /projects /scratch /local-scratch /work /home1 /corral-repl /beegfs /share/PI /extra /data /oak"
24
while getopts ':hm:' option; do
25
case "$option" in
26
h) echo "$USAGE"
0 commit comments