add run gflow load script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user