Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Apr 18, 2024
1 parent ba9afb8 commit 88256f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/unsupported_platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ Reading the configuration file, at line 260
Can't open the log file: No such file or directory'
```

Apparently, `/ver/log/redis` has to be created manually:
Apparently, `/var/log/redis` has to be created manually:

```bash
'mkdir /var/log/redis
mkdir /var/log/redis
chown -R redis:redis /var/log/redis
chmod -R u+rwX,g+rwX,u+rx /var/log/redis'
```
Expand Down

0 comments on commit 88256f0

Please sign in to comment.