corretto la trasformazione del path dove creare sql x caricamento doppio
This commit is contained in:
@@ -109,7 +109,9 @@ while ( my $line = $tail->GetLine() ) {
|
|||||||
if ( $truser ne 'asega' ) {
|
if ( $truser ne 'asega' ) {
|
||||||
print getTimeStamp("log")
|
print getTimeStamp("log")
|
||||||
. " >> Sender user $truser: duplicate as asega user -> load data into DB.\n";
|
. " >> Sender user $truser: duplicate as asega user -> load data into DB.\n";
|
||||||
$truser = 'asega';
|
my $realtruser = $truser;
|
||||||
|
$truser = "asega";
|
||||||
|
$outpath =~ s/$realtruser/$truser/;
|
||||||
my ( $login, $pass, $uid, $gid ) = getpwnam($truser)
|
my ( $login, $pass, $uid, $gid ) = getpwnam($truser)
|
||||||
or warn getTimeStamp("log")
|
or warn getTimeStamp("log")
|
||||||
. " >> $truser not in passwd file.\n";
|
. " >> $truser not in passwd file.\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user