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

Binary cannot be executed directly #14

Closed
lperamo opened this issue Nov 4, 2022 · 0 comments
Closed

Binary cannot be executed directly #14

lperamo opened this issue Nov 4, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lperamo
Copy link
Owner

lperamo commented Nov 4, 2022

If we want to do bin/otra.php to launch OTRA, it does not work as the shebang header has a wrong path.
A slash is missing at the very beginning of the path.
We have #!usr/bin/php -ddisplay_errors=E_ALL.
We should have #!/usr/bin/php -ddisplay_errors=E_ALL.

@lperamo lperamo added the bug Something isn't working label Nov 4, 2022
@lperamo lperamo self-assigned this Nov 4, 2022
@lperamo lperamo closed this as completed Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant