Skip to content

Commit

Permalink
Add note to install exiftool
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Sep 9, 2022
1 parent d02ce0b commit 8b68c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Command/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
\OCA\Memories\Exif::ensureStaticExiftoolProc();
if (!$this->testExif()) {
error_log('FATAL: exiftool could not be found or test failed');
error_log('Please install exiftool (at least v12) and make sure it is in the PATH');
exit(1);
}

Expand Down

0 comments on commit 8b68c9c

Please sign in to comment.