1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

cpu_linux_multi: fix a typo preventing it to run

This commit is contained in:
Adrien "ze" Urban 2012-09-14 17:56:12 +02:00
parent 5a92255cf2
commit 5d4c3e8ec1

View file

@ -89,7 +89,7 @@ $plugin =~ s/.*\///;
# quick failsafe # quick failsafe
if (!defined $ENV{MUNIN_PLUGSTATE}) { if (!defined $ENV{MUNIN_PLUGSTATE}) {
die "This plugin should be run via munin. Try munin-run $plugin\n"); die "This plugin should be run via munin. Try munin-run $plugin\n";
} }
######################################################################## ########################################################################