fix GFLOW
This commit is contained in:
@@ -151,10 +151,10 @@ while ( my $line = $tail->GetLine() ) {
|
|||||||
setgid($gid);
|
setgid($gid);
|
||||||
setuid($uid);
|
setuid($uid);
|
||||||
$ENV{"HOME"} = 'home/' . $truser;
|
$ENV{"HOME"} = 'home/' . $truser;
|
||||||
if ( $unittype = 'GFLOW' ) {
|
if ( $unittype eq 'GFLOW' ) {
|
||||||
|
|
||||||
}
|
}
|
||||||
elsif {
|
else {
|
||||||
exec( $scriptpath
|
exec( $scriptpath
|
||||||
. "LoadCSVData.pl -f \"$dest\" -s \"$outpath/SQL/$filename"
|
. "LoadCSVData.pl -f \"$dest\" -s \"$outpath/SQL/$filename"
|
||||||
. "_"
|
. "_"
|
||||||
|
|||||||
Reference in New Issue
Block a user