add run gflow load script

This commit is contained in:
2021-05-08 16:51:41 +02:00
parent 03500d2a92
commit cc72dce817

View File

@@ -153,6 +153,10 @@ while ( my $line = $tail->GetLine() ) {
$ENV{"HOME"} = 'home/' . $truser; $ENV{"HOME"} = 'home/' . $truser;
if ( $unittype eq 'GFLOW' ) { if ( $unittype eq 'GFLOW' ) {
exec( $scriptpath
. "gflowScript.py \"$dest\" >> /home/$truser/log/loadgflow.log 2>&1"
);
} }
else { else {
exec( $scriptpath exec( $scriptpath