From 962f35d2e9e413ab1e1aefad80de813a542a56d4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Feb 2025 08:09:04 -0500 Subject: [PATCH] automated terminal push --- smart-cron-builder.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/smart-cron-builder.py b/smart-cron-builder.py index 620f36f..ba1b6a5 100755 --- a/smart-cron-builder.py +++ b/smart-cron-builder.py @@ -56,7 +56,9 @@ def buildCronExecuteTime(): def buildCronSituation(): - return "* * * * * /yankee-gnome-fire-consumer/consumer.bash >> " + buildLogFileName() + ##return "* * * * * /yankee-gnome-fire-consumer/consumer.bash >> " + buildLogFileName() + + return buildCronExecuteTime() + "/yankee-gnome-fire-consumer/consumer.bash >> " + buildLogFileName() ##return buildCronExecuteTime() +"/yankee-gnome-fire-consumer/consumer.bash >> " + buildLogFileName() + " 2>&1"