From a0507d546a49eee5c5daa8c722545800b5af768d Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Thu, 26 Nov 2020 13:02:08 +0100 Subject: [PATCH] Update typo in README Signed-off-by: Julien Riou --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e799bf6..9d6cad2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Copy and update the configuration file example: cp -p config.json.example telegram.json vim telegram.json sudo mv telegram.json /etc/nagios4/telegram.json -sudo chmod 640 root:nagios /etc/nagios4/telegram.json +sudo chown root:nagios /etc/nagios4/telegram.json +sudo chmod 640 /etc/nagios4/telegram.json ``` Ensure Nagios reads the configuration file: