Skip to content

Commit

Permalink
don't ask question
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 20, 2023
1 parent 8f7d097 commit 560cd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/BookFileSystemManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public function extractCover(Book $book): Book
}
$cover = current($entries);

shell_exec('unrar e "'.$bookFile->getRealPath().'" "'.$cover.'" /tmp/');
shell_exec('unrar e "'.$bookFile->getRealPath().'" "'.$cover.'" /tmp -y');

$filesystem->mkdir($this->getCalculatedImagePath($book, true));
try {
Expand Down

0 comments on commit 560cd9e

Please sign in to comment.