From 88256f0a9353b3f1b449917cb3a6de31aadddf9c Mon Sep 17 00:00:00 2001 From: wh1te909 <7434746+wh1te909@users.noreply.github.com> Date: Thu, 18 Apr 2024 20:20:55 +0000 Subject: [PATCH] typo --- docs/unsupported_platforms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/unsupported_platforms.md b/docs/unsupported_platforms.md index 9c2fa442..120566da 100644 --- a/docs/unsupported_platforms.md +++ b/docs/unsupported_platforms.md @@ -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' ```