This commit is contained in:
Christopher Cookman 2024-04-03 17:14:16 -06:00
parent c28352875d
commit 81bea0261e
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -749,7 +749,7 @@ dcClient.on('ready', async () => {
});
sshConn.on('ready', () => {
sshConn.on('ready', await () => {
sendLog(`${colors.cyan("[INFO]")} SSH connection established`);
console.log("Reloading PBX")
reload().then((result) => {