formattato

This commit is contained in:
2020-12-25 19:32:32 +01:00
parent ae42e70c2a
commit f71dae07dd

View File

@@ -163,11 +163,16 @@ sub matlabCalc {
sub trxelab {
my $user = getpwuid($>);
my $ftpcmd = "$scriptpath$FtpToCustomerCmd -m \"$matlab_timestamp\" -u $unit -t $tool >> /home/$user/log/loadcsvdata.log 2>&1";
my $ftpcmd =
"$scriptpath$FtpToCustomerCmd -m \"$matlab_timestamp\" -u $unit -t $tool >> /home/$user/log/loadcsvdata.log 2>&1";
print getTimeStamp("log")
. " - pid $$ >> Fork FTP command to set GID mysql: $ftpcmd.\n";
unless ( fork() ) {
exec( '/usr/bin/sg', 'mysql', "$ftpcmd" );
exit(0);
}
}
sub getNodesType {