checkpassword: remove newlines that appeared
This commit is contained in:
parent
55b5f34365
commit
c61fb67e9b
@ -124,6 +124,7 @@ sub auth_checkpassword {
|
||||
|
||||
my $binary = $self->connection->notes('auth_checkpassword_bin');
|
||||
my $true = $self->connection->notes('auth_checkpassword_true');
|
||||
chomp ($binary, $true);
|
||||
|
||||
my $sudo = get_sudo($binary);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user