mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +01:00
Bah, forgot split limit
This commit is contained in:
parent
9ca8fc67bb
commit
8e70621aee
@ -2999,7 +2999,7 @@ if (exists $commandline{namefromfile}) {
|
||||
|
||||
$l =~ s/#.*$//g;
|
||||
|
||||
my ($k, $sql_line) = split(/\s*=\s*/, $l);
|
||||
my ($k, $sql_line) = split(/\s*=\s*/, $l, 1);
|
||||
|
||||
if ($k eq $commandline{namefromfile}) {
|
||||
$sql = $sql_line;
|
||||
|
Loading…
Reference in New Issue
Block a user