test DB
This commit is contained in:
parent
18e8545acd
commit
a93bb0a26c
|
|
@ -65,7 +65,7 @@ const sendNotification = async () => {
|
|||
|
||||
client.messages.send(params);
|
||||
if (process.argv[2] === "interval") {
|
||||
if (log.includes("succeeded") === false || log === "") {
|
||||
if (log === "") {
|
||||
exec("pm2 restart all", (error, stdout, stderr) => {
|
||||
if (error) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue