Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Error running "launchpad-compose up parity" #149

@AMPR59

Description

@AMPR59

When the volume on the MAC has a space for example "MAC OS" the command:
launchpad-compose up parity
fails with the error:
-bash: /Volumes/MAC: No such file or directory

Possible fix:
I manage to fix this issue by escaping the $LAUNCHPAD_APP_DIR variable in the launchpad_compose_dev function.

# Function used for the aliases
launchpad_compose_dev () {
  "$LAUNCHPAD_APP_DIR"/compose.sh $@
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions