test DB
This commit is contained in:
parent
5ce387040c
commit
da6b7de08b
|
|
@ -42,7 +42,7 @@ const sendNotification = async () => {
|
|||
|
||||
exec("nc -zv 172.16.6.26 3333", (error, stdout, stderr) => {
|
||||
if (error) {
|
||||
exec("/home/test.sh", (error, stdout, stderr) => {
|
||||
exec("/root/.nvm/versions/node/v16.14.0/bin/pm2 restart all", (error, stdout, stderr) => {
|
||||
if (error) {
|
||||
console.log("RESTART: ", stdout);
|
||||
let params = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue