Fix check script
This commit is contained in:
parent
a7582a2c6f
commit
be3bac3afb
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ function checkCORSWebSeed (callback) {
|
||||||
|
|
||||||
function checkTracker (callback) {
|
function checkTracker (callback) {
|
||||||
const trackerUrl = constants.CONFIG.WEBSERVER.WS + '://' +
|
const trackerUrl = constants.CONFIG.WEBSERVER.WS + '://' +
|
||||||
constants.CONFIG.WEBSERVER.HOST + ':' +
|
constants.CONFIG.WEBSERVER.HOST +
|
||||||
constants.CONFIG.WEBSERVER.PORT + '/tracker/socket'
|
'/tracker/socket'
|
||||||
console.log('Checking tracker websocket (%s)...', trackerUrl)
|
console.log('Checking tracker websocket (%s)...', trackerUrl)
|
||||||
|
|
||||||
let ws = null
|
let ws = null
|
||||||
|
|
Loading…
Reference in a new issue