This commit is contained in:
teddys48
2025-10-10 15:11:58 +07:00
parent 5037b3ea03
commit 19816cdad1

View File

@@ -44,7 +44,7 @@ cron.schedule(
); );
cron.schedule( cron.schedule(
"5-59 14 * * *", "* * * * *",
async () => { async () => {
exec("sh /home/script/script.sh", (error, stdout, stderr) => { exec("sh /home/script/script.sh", (error, stdout, stderr) => {
if (error) { if (error) {