test DB
This commit is contained in:
parent
a33389e352
commit
f926678676
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue