automated terminal push

This commit is contained in:
Your Name
2025-02-07 16:00:48 -05:00
parent f972506d80
commit 6fbb6c1549

View File

@@ -32,7 +32,7 @@ day_of_month="*" # Every day of the month
month="*" # Every month
day_of_week="*" # Every day of the week
command="/bin/bash /yankee-gnome-fire-consumer/consumer.bash"
command="cd /yankee-gnome-fire-consumer/; /bin/bash consumer.bash"
create_cron_job "$user" "$minute" "$hour" "$day_of_month" "$month" "$day_of_week" "$command"