Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Oct 22, 2022
1 parent d44bdba commit e585db3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Exif.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ private static function getExiftool()
// We know already where it is
if (!empty($configPath) && file_exists($configPath)) {
chmod($configPath, 0755);

return $configPath;
}

Expand Down Expand Up @@ -454,6 +455,7 @@ private static function getExiftool()
$path = __DIR__.'/../exiftool-bin/exiftool/exiftool';
if (file_exists($path)) {
chmod($path, 0755);

return $path;
}

Expand Down

0 comments on commit e585db3

Please sign in to comment.