fix destination name

This commit is contained in:
ghost 2023-12-02 20:12:03 +02:00
parent 87ca594860
commit 51d52dea7d

View File

@ -525,8 +525,9 @@ foreach($search->get() as $document)
$filename = sprintf(
'%s/%s',
$filepath,
basename(
$tmp
sprintf(
'%s.tar.gz',
$time
)
);
@ -588,8 +589,9 @@ foreach($search->get() as $document)
$filename = sprintf(
'%s/%s',
$filepath,
basename(
$tmp
sprintf(
'%s.tar.gz',
$time
)
);