update
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user