Skip to content

Commit

Permalink
Make user scratch creation more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
trossi committed Jun 18, 2024
1 parent 6649d89 commit 6626e9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions exercise-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ queried with the command `lumi-workspaces`. As the base directory is
shared between members of the project, you should create your own
directory:
```
cd /scratch/project_465001194/
mkdir -p $USER
cd $USER
mkdir -p /scratch/project_465001194/$USER
cd /scratch/project_465001194/$USER
```

### Editors
Expand Down

0 comments on commit 6626e9e

Please sign in to comment.