Skip to content

./deploy.sh: source: not found #105

Open
@ghost

Description

Running command make deploy (and make run(??)) sends an error /deploy.sh: source: not found.
It is because link /bin/sh refers to /bin/dash instead of /bin/bash on my linux (Ubuntu 20.04)
Workaround: `make -e SHELL=/bin/bash deploy'. It isn't too nice.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        No participants

        Issue actions

          ./deploy.sh: source: not found · Issue #105 · hackersandslackers/flask-sqlalchemy-tutorial