Skip to content

Commit

Permalink
Merge pull request #5 from monlor/test
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor authored Jun 1, 2024
2 parents 0021d77 + cb70e19 commit 9a92912
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions metadata/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ if [ "${JELLYFIN_ENABLED:=false}" = "true" ]; then
fi
fi

cron

crontabs=""

if [ "${AUTO_UPDATE_EMBY_CONFIG_ENABLED:=false}" = "true" ] && [ "${EMBY_ENABLED}" = "true" ]; then
Expand All @@ -157,4 +155,4 @@ echo "Complete."

touch ${MEDIA_DIR}/config/meta_finished

tail -f /dev/null
cron -f

0 comments on commit 9a92912

Please sign in to comment.