Skip to content

Commit 217dc5f

Browse files
AlexanderSchultheissibbem
authored andcommitted
Updated README
1 parent 1511710 commit 217dc5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ The aggregated results of the validation can be found in the following files.
112112
### No results after validation, or 'cannot create directory '../results/difftrees': Permission denied'
113113
`Problem:` This problem can occur due to how permissions are managed inside the Docker container. More specifically, it will appear, if Docker is executed with elevated permissions (i.e., `sudo`) and if there is no [results](results) directory because it was deleted manually. In this case, Docker will create the directory with elevated permissions, and the Docker user has no permissions to access the directory.
114114

115-
`Fix:` If there is a _results_ directory delete it (e.g., via your file explorer).
115+
`Fix:` If there is a _results_ directory delete it with elevated permission (e.g., `sudo rm -r results`).
116116
Then, create a new _results_ directory without elevated permissions, or execute `git restore .` to restore the deleted directory.

0 commit comments

Comments
 (0)