Hubs-Foundation / hubs-compose

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

Fix ^C and ^\ behavior in bin/init #23

Closed bryanenders closed 1 year ago

bryanenders commented 1 year ago

Why

If I send the interrupt (^C) or quit (^) signal while bin/init is initializing Reticulum, the other services will be initialized. This is because mix does not return exit codes.

What

keianhzo commented 1 year ago

As I mentioned in the chat the --build mutage-compose parameters doesn't seem to be supported when using 0.16.0. I upgraded to 0.16.3 and everything worked good. If that's the case it might be good to pin the mutage-compose version in the readme so people are aware of this requirement.