From f10f63d45d829b3c1a81b48769be762085833d8d Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Sun, 30 Jan 2022 22:54:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee316a..4b8e5f6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ CheckMK local check plugin to check Nextcloud installations Install it into /usr/lib/check_mk_agent/local/ your Nextcloud Host ``` wget -O /usr/lib/check_mk_agent/local/check-nextcloud https://raw.githubusercontent.com/bashclub/check-nextcloud/main/check-nextcloud -chmod +X /usr/lib/check_mk_agent/local/check-nextcloud +chmod +x /usr/lib/check_mk_agent/local/check-nextcloud /usr/lib/check_mk_agent/local/check-nextcloud ```