diff --git a/app/utils/sendNotification.js b/app/utils/sendNotification.js index 29ab533..824b825 100644 --- a/app/utils/sendNotification.js +++ b/app/utils/sendNotification.js @@ -40,7 +40,7 @@ const sendNotification = async () => { } }); - exec("nc -zv 172.16.6.23 3333", (error, stdout, stderr) => { + exec("nc -zv 172.16.6.23 7777", (error, stdout, stderr) => { if (error) { exec("/root/.nvm/versions/node/v16.14.0/bin/pm2 restart all", (error, stdout, stderr) => { if (error) {