Skip to content

Commit 37df721

Browse files
committed
adding /data and /oak
1 parent 1c554d6 commit 37df721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker2singularity.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ $# == 0 ] ; then
2020
echo $USAGE
2121
exit 1;
2222
fi
23-
mount_points="/oasis /projects /scratch /local-scratch /work /home1 /corral-repl /beegfs /share/PI /extra"
23+
mount_points="/oasis /projects /scratch /local-scratch /work /home1 /corral-repl /beegfs /share/PI /extra /data /oak"
2424
while getopts ':hm:' option; do
2525
case "$option" in
2626
h) echo "$USAGE"

0 commit comments

Comments
 (0)