change port
This commit is contained in:
parent
52ee65cf53
commit
9eab08377c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue