environments/ppa-mbqj77/deployments/710^2
Christophe Maudoux 6 years ago
parent c73c7df989
commit 9679a67163
  1. 5
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Ext2F.pm

@ -66,8 +66,9 @@ sub run {
# Prepare command and launch it
$self->logger->debug( 'Launching "Send" external 2F command -> '
. $self->conf->{ext2FSendCommand} );
if ( my $c
= $self->launch( $req->sessionInfo, $self->conf->{ext2FSendCommand}, $code )
if (my $c = $self->launch(
$req->sessionInfo, $self->conf->{ext2FSendCommand}, $code
)
)
{
$self->logger->error("External send command failed (code $c)");

Loading…
Cancel
Save