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