change port

This commit is contained in:
joseph le 2023-10-04 07:15:51 +07:00
parent 52ee65cf53
commit 9eab08377c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {