diff --git a/lib/Updater.php b/lib/Updater.php index 6d363655..39626b6a 100644 --- a/lib/Updater.php +++ b/lib/Updater.php @@ -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( diff --git a/updater.phar b/updater.phar index ecbfb3c1..ad7b804f 100755 Binary files a/updater.phar and b/updater.phar differ