Skip to content

Commit

Permalink
fix launching cron
Browse files Browse the repository at this point in the history
  • Loading branch information
syji35 committed Dec 6, 2023
1 parent ee36a8c commit 2eb8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
if [ "$command" = "start" ]; then
carton exec hypnotoad /lufi/script/lufi
elif [ "$command" = "cron" ]; then
echo "Executing cron"
echo "Executing cron" >> /lufi/log/production.log
crontab /etc/cron.d/lufi-cron
cron -f &
else
Expand Down

0 comments on commit 2eb8581

Please sign in to comment.