Skip to content

Error: Recipe test with shebang #!/usr/bin/env bash execution error: Permission denied (os error 13) #1611

Closed
@Kronk74

Description

@Kronk74

Hello :)

I'm using just to run command on my server and I created a recipe with bash commands like this :

Justfile

test:
  #!/usr/bin/env bash
  echo "This is a test"

Error :
error: Recipe testwith shebang#!/usr/bin/env bash execution error: Permission denied (os error 13)

Do I missed something ? Is someone already had this issue ?

I's a fresh new machine in Ubutu 22.04.

Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions