Unloading http bind route.
This commit is contained in:
parent
af46ecc3a2
commit
58b0a0cd69
@ -225,6 +225,9 @@ async function ensureProsodyNotRunning (options: RegisterServerOptions): Promise
|
||||
logger.debug('Calling prosodyctl to stop the process')
|
||||
const status = await prosodyCtl(options, 'stop')
|
||||
logger.info(`ProsodyCtl command returned: ${status.message}`)
|
||||
|
||||
logger.debug('Removing http-bind route')
|
||||
changeHttpBindRoute(options, null)
|
||||
}
|
||||
|
||||
export {
|
||||
|
Loading…
Reference in New Issue
Block a user