From e6557e28202c895c5f4d982615c26eaba8d77058 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Feb 2025 06:45:36 -0500 Subject: [PATCH] automated terminal push --- smart-cron-builder.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/smart-cron-builder.py b/smart-cron-builder.py index 2854461..20f30e3 100755 --- a/smart-cron-builder.py +++ b/smart-cron-builder.py @@ -134,6 +134,10 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin f.write(sep) f.write(sep) + f.write("* * * * * /yankee-gnome-fire-consumer/consumer.bash >> /var/log/consumer.log 2>&1") + f.write(sep) + f.write(sep) + print(f"Crontab written to '{file_path}' successfully.") return True