Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: silence rename warnings
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny authored and skjnldsv committed Jun 5, 2025
commit da70ef7abd03ba1c4de8806c50c5b3a83d2899a1
2 changes: 1 addition & 1 deletion lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ private function moveWithExclusions(string $dataLocation, array $excludedElement
throw new \Exception('Could not mkdir ' . $this->nextcloudDir . '/' . dirname($fileName));
}
}
$state = rename($path, $this->nextcloudDir . '/' . $fileName);
$state = @rename($path, $this->nextcloudDir . '/' . $fileName);
if ($state === false) {
throw new \Exception(
sprintf(
Expand Down
Binary file modified updater.phar
Binary file not shown.
Loading