automated terminal push

This commit is contained in:
Your Name
2025-02-13 08:09:04 -05:00
parent 70be610e92
commit 962f35d2e9

View File

@@ -56,7 +56,9 @@ def buildCronExecuteTime():
def buildCronSituation(): 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" ##return buildCronExecuteTime() +"/yankee-gnome-fire-consumer/consumer.bash >> " + buildLogFileName() + " 2>&1"