From cc72dce817d12e67a4422f86e2ca08b2eb0797a2 Mon Sep 17 00:00:00 2001 From: Alessandro Battilani Date: Sat, 8 May 2021 16:51:41 +0200 Subject: [PATCH] add run gflow load script --- UnitCsvReceiverSmart.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UnitCsvReceiverSmart.pl b/UnitCsvReceiverSmart.pl index bb64f15..9618197 100644 --- a/UnitCsvReceiverSmart.pl +++ b/UnitCsvReceiverSmart.pl @@ -153,6 +153,10 @@ while ( my $line = $tail->GetLine() ) { $ENV{"HOME"} = 'home/' . $truser; if ( $unittype eq 'GFLOW' ) { + exec( $scriptpath + . "gflowScript.py \"$dest\" >> /home/$truser/log/loadgflow.log 2>&1" + ); + } else { exec( $scriptpath