diff --git a/plugins/other/shoutcast2 b/plugins/other/shoutcast2 index 5e0ed963..250c7ebb 100755 --- a/plugins/other/shoutcast2 +++ b/plugins/other/shoutcast2 @@ -104,7 +104,7 @@ else // this is for munin's configuration tool // could do something more complicated here -if(count($argv) == 2 && $arv[1] == 'authconf') { +if(count($argv) == 2 && $argv[1] == 'autoconf') { exit('yes'); }