This commit is contained in:
2021-01-31 17:32:32 +01:00
parent 8a3aab9b1d
commit b80410982c
2 changed files with 1 additions and 13 deletions

View File

@@ -105,13 +105,6 @@ while ( my $line = $tail->GetLine() ) {
. " >> Failed to create path: $outpath/SQL";
}
if ( !-d "$outpath/config" ) {
make_path "$outpath/config",
{ mode => 0755, owner => $truser, group => $gid }
or warn getTimeStamp("log")
. " >> Failed to create path: $outpath/config";
}
my $timestamp = getTimeStamp();
my $dest = $outpath . "/" . $filename . "_" . $timestamp . $suffix;
if ( !move $trfile, $dest ) {