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"