# At present - Server build scripts insist on doing basically everything with root privileges - Server assumes it has root privileges and makes a beeline for port 80 without a care in the world - Launcher build scripts *also* demand root privileges for some reason????? # Steps to resolve - [ ] Un-`sudo` the server build scripts - [ ] Modify server to more gracefully handle being unable to access the desired port(s) - [ ] Un-`sudo` the launcher build scripts - [ ] Ensure the launcher doesn't require root privileges
At present
Steps to resolve
sudothe server build scriptssudothe launcher build scripts