From 6fbb6c15490968b269aa65726f86930f9e1e7792 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 7 Feb 2025 16:00:48 -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 8754517..08966eb 100755 --- a/cron.bash +++ b/cron.bash @@ -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"