From 815075fe862a2624088dc2931e5885a8b02e2be6 Mon Sep 17 00:00:00 2001 From: Jonas Friedmann Date: Tue, 26 Mar 2013 21:03:19 +0100 Subject: [PATCH] missing '`' --- plugins/minecraft/jsonapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/minecraft/jsonapi/README.md b/plugins/minecraft/jsonapi/README.md index 4753e27e..d231e870 100644 --- a/plugins/minecraft/jsonapi/README.md +++ b/plugins/minecraft/jsonapi/README.md @@ -23,4 +23,4 @@ Read more in my [blog post](http://). 1. Make sure they are exectuable: `chmod 755 /usr/share/munin/plugins/mcjson*` 1. Enable the plugins: `ln -s /usr/share/munin/plugins/mcjson* /etc/munin/plugins/` 1. Restart your munin-node: `service munin-node restart` -1. Run your cron: `su - munin --shell=/bin/sh -c /usr/bin/munin-cron \ No newline at end of file +1. Run your cron: `su - munin --shell=/bin/sh -c /usr/bin/munin-cron` \ No newline at end of file