fixed minor typo in Filesystem section
This commit is contained in:
parent
c14a5f4249
commit
42338a0562
1 changed files with 2 additions and 2 deletions
|
@ -28,14 +28,14 @@ The image's contents are:
|
||||||
```
|
```
|
||||||
/
|
/
|
||||||
├── etc/
|
├── etc/
|
||||||
│ ├── group/
|
│ ├── group
|
||||||
│ ├── nginx/
|
│ ├── nginx/
|
||||||
│ │ ├── html/
|
│ │ ├── html/
|
||||||
│ │ │ ├── 50x.html
|
│ │ │ ├── 50x.html
|
||||||
│ │ │ └── index.html
|
│ │ │ └── index.html
|
||||||
│ │ ├── mime.types
|
│ │ ├── mime.types
|
||||||
│ │ └── nginx.conf
|
│ │ └── nginx.conf
|
||||||
│ └── passwd/
|
│ └── passwd
|
||||||
├── lib/
|
├── lib/
|
||||||
│ └── x86_64-linux-gnu/
|
│ └── x86_64-linux-gnu/
|
||||||
│ ├── ld-2.24.so
|
│ ├── ld-2.24.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue