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