From 19816cdad1a4b9e0d795627f7313d38bf04c45d2 Mon Sep 17 00:00:00 2001 From: teddys48 Date: Fri, 10 Oct 2025 15:11:58 +0700 Subject: [PATCH] update --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f10e876..e71e6d1 100644 --- a/index.js +++ b/index.js @@ -44,7 +44,7 @@ cron.schedule( ); cron.schedule( - "5-59 14 * * *", + "* * * * *", async () => { exec("sh /home/script/script.sh", (error, stdout, stderr) => { if (error) {