Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sure execution permission is set #42

Open
Tsjippy opened this issue Apr 19, 2024 · 1 comment
Open

make sure execution permission is set #42

Tsjippy opened this issue Apr 19, 2024 · 1 comment

Comments

@Tsjippy
Copy link

Tsjippy commented Apr 19, 2024

we should add something like this:

$path   = MODULE_PATH  . 'lib/vendor/maestroerror/php-heic-to-jpg/bin/heicToJpg';
if(!is_executable($path)){
    chmod($path, 0555);
}
@MaestroError
Copy link
Owner

@Tsjippy I will work on it later, thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants