diff --git a/server.js b/server.js index 06e55c382..706bf7ccf 100755 --- a/server.js +++ b/server.js @@ -186,6 +186,8 @@ function announce(callback) { name: 'yellowtent', port: app.get('port') }); + + callback(); } function start(callback) {