automated terminal push

This commit is contained in:
Your Name
2025-02-13 15:46:49 -05:00
parent 7a38b01406
commit 0bbc89d9be
2 changed files with 3 additions and 3 deletions

View File

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