Hubs-Foundation / hubs-compose

Local development setup for Hubs
Mozilla Public License 2.0
41 stars 32 forks source link

Fix scripts #9

Closed bryanenders closed 1 year ago

bryanenders commented 1 year ago

Why

On a fresh install the initialization script may fail with a read-only file system error. This is because readlink is being invoked on the services directory before it exists.

When the path contains a space all of the scripts break. This is because the commands treat the path as multiple arguments.

What

bryanenders commented 1 year ago

Fixes https://github.com/mozilla/hubs-compose/issues/5

bryanenders commented 1 year ago

Fixes https://github.com/mozilla/hubs-compose/issues/4