Skip to content

Wrong path to interpreter on ssl_setup.sh #20

@FelixOngati

Description

@FelixOngati

When you run sudo ./ssh_setup.sh, it throws an error saying sudo: unable to execute ./ssl_setup.sh: No such file or directory, see the screenshot below;
Screenshot from 2022-01-12 12-45-07
I found out that this is because ssl_setup.sh is using the wrong path to env. On Linux systems, the env binary is normally in /usr/bin and not /bin. Changing line 1 from #!/bin/env bash to #!/usr/bin/env bash resolves the issue.

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