decentraland / bronzeage-node

DEPRECATED: This codebase will not be mantained anymore, and formats are going to change when we move to the Decentraland Iron Age
https://decentraland.org
Other
104 stars 22 forks source link

Update Windows start script for web interface #76

Open ghost opened 7 years ago

ghost commented 7 years ago

Updates the Windows start script to handle the new web interface.

Switches to the batch file multiline command syntax ^. Provides behavior and output consistent with Linux start script bin/start.

Unfortunately maintains the issue of leaking the web interface process. It's difficult / maybe impossible to reliably kill a child process from a batch file.

Fixes #71.

ghost commented 7 years ago

I see the Linux start script has changed since I last looked at it. Going to update to match.

ghost commented 7 years ago

Updated for consistency with the latest Linux start script.