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 4a77330 commit a5ede42
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 a5ede42

Please sign in to comment.