WHOOPS
This commit is contained in:
parent
c28352875d
commit
81bea0261e
2
index.js
2
index.js
|
@ -749,7 +749,7 @@ dcClient.on('ready', async () => {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
sshConn.on('ready', () => {
|
sshConn.on('ready', await () => {
|
||||||
sendLog(`${colors.cyan("[INFO]")} SSH connection established`);
|
sendLog(`${colors.cyan("[INFO]")} SSH connection established`);
|
||||||
console.log("Reloading PBX")
|
console.log("Reloading PBX")
|
||||||
reload().then((result) => {
|
reload().then((result) => {
|
||||||
|
|
Loading…
Reference in a new issue