diff --git a/plugins/system/cpu_linux_multi b/plugins/system/cpu_linux_multi index 92032f24..63fe9591 100755 --- a/plugins/system/cpu_linux_multi +++ b/plugins/system/cpu_linux_multi @@ -89,7 +89,7 @@ $plugin =~ s/.*\///; # quick failsafe 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"; } ########################################################################