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

Error running "launchpad-compose up parity" #149

Open
AMPR59 opened this issue Nov 4, 2021 · 0 comments
Open

Error running "launchpad-compose up parity" #149

AMPR59 opened this issue Nov 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@AMPR59
Copy link

AMPR59 commented Nov 4, 2021

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 $@
}
@AMPR59 AMPR59 added the bug Something isn't working label Nov 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant