automated terminal push

This commit is contained in:
Your Name
2025-02-13 08:46:45 -05:00
parent f9605dbce3
commit 92577c120f
2 changed files with 4 additions and 2 deletions

View File

@@ -20,4 +20,6 @@ whoami
pkill -f "python3 consumer.py"
sleep 4
python3 consumer.py

View File

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