This commit is contained in:
joseph le 2023-09-28 07:40:38 +07:00
parent a33389e352
commit f926678676
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.26 3333", (error, stdout, stderr) => {
if (error) {
// console.error(`Error executing command: ${error.message}`);
return;