Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-athome committed Aug 28, 2023
1 parent e134df8 commit 6c9815c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronjob/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

env >> /etc/environment

export CRON_EXPRESSION=${IMMICH_CARDDAV_CRON_EXPRESSION}
export CRON_EXPRESSION=${CARDDAV_SYNC_CRON_EXPRESSION}
envsubst < /app/crontab.tmpl >/etc/cron.d/immich-carddav-sync

exec cron -f

0 comments on commit 6c9815c

Please sign in to comment.