mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-26 13:48:42 +01:00
Remove newline after plugin version
This commit is contained in:
@@ -1211,7 +1211,7 @@ MAIN: {
|
||||
displayUsage();
|
||||
exit(STATE_UNKNOWN);
|
||||
}
|
||||
if(defined($version)){ print $NAME . "\nVersion: ". $VERSION . "\n\n"; }
|
||||
if(defined($version)){ print $NAME . "\nVersion: ". $VERSION . "\n"; }
|
||||
# Check storcli tool
|
||||
if(!defined($storcli)){
|
||||
eval('use File::Which');
|
||||
|
||||
Reference in New Issue
Block a user