From 5375dedab40353eb2561f825c6fede5029483b05 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 7 Feb 2025 14:43:07 -0500 Subject: [PATCH] automated terminal push --- cron.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.bash b/cron.bash index f38c671..28bf9ec 100755 --- a/cron.bash +++ b/cron.bash @@ -30,7 +30,7 @@ day_of_month="*" # Every day of the month month="*" # Every month day_of_week="*" # Every day of the week -command="/yankee-gnome-fire-consumer/consumer.bash" +command="python3 /yankee-gnome-fire-consumer/consumer.py" create_cron_job "$user" "$minute" "$hour" "$day_of_month" "$month" "$day_of_week" "$command"