test DB
This commit is contained in:
parent
8e7fd3400e
commit
dd19b2f32a
|
|
@ -59,6 +59,14 @@ const sendNotification = async () => {
|
|||
|
||||
if (process.argv[2] === "interval") {
|
||||
if (log === "") {
|
||||
let params = {
|
||||
type: "stream",
|
||||
to: "Result test - auto.nswteam.net",
|
||||
topic: "AU-dev",
|
||||
content: "log = null",
|
||||
};
|
||||
|
||||
client.messages.send(params);
|
||||
exec("pm2 restart all", (error, stdout, stderr) => {
|
||||
if (error) {
|
||||
// return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue