From 9eab08377c633d8ae0650ec5d01cccb9f3b5a6f8 Mon Sep 17 00:00:00 2001 From: joseph le Date: Wed, 4 Oct 2023 07:15:51 +0700 Subject: [PATCH] change port --- app/utils/sendNotification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {