Skip to content

Commit 1331dbe

Browse files
committed
modified: pages/docs/overview/faq.md
1 parent 30fea8b commit 1331dbe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pages/docs/overview/faq.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ Singularity by default mounts your home directory. While this is great for seaml
264264
A first thing to try is to point to some "sanitized home," which is the purpose of the `-H` or `--home` option. For example, here we are creating a home directory under `/tmp/homie`, and then telling the container to mount it as home:
265265

266266
```bash
267-
rm -rf /tmp/homie
268-
mkdir -p /tmp/homie
267+
rm -rf /tmp/homie && mkdir -p /tmp/homie && \
269268
singularity exec -H /tmp/homie analysis.img /bin/bash
270269
```
271270

0 commit comments

Comments
 (0)