From c4d6485fd83f24072a44772852d806be54de695d Mon Sep 17 00:00:00 2001 From: battilo Date: Fri, 22 Sep 2017 23:05:59 +0200 Subject: [PATCH] controllo user corra per non caricare su db --- UnitCsvReceiverSmart.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitCsvReceiverSmart.pl b/UnitCsvReceiverSmart.pl index 2de4a23..e495515 100644 --- a/UnitCsvReceiverSmart.pl +++ b/UnitCsvReceiverSmart.pl @@ -106,7 +106,7 @@ while ( my $line = $tail->GetLine() ) { ); exit(0); } - if ( $truser ne 'asega' ) { + if ( $truser ne 'asega' and $truser ne 'corra' ) { print getTimeStamp("log") . " >> Sender user $truser: duplicate as asega user -> load data into DB.\n"; my $realtruser = $truser;