1
0
Fork 0

Fix check script

This commit is contained in:
Chocobozzz 2017-01-19 21:46:31 +01:00
parent a7582a2c6f
commit be3bac3afb

View file

@ -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