Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Feb 19, 2024
1 parent 82712cd commit 2d82620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cron/rootfs/etc/s6-overlay/s6-rc.d/init-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cd /app || exit
crontab -r

echo "${CRON} bash /app/sync_emby_config.sh ${EMBY} ${RESILIO} >> /config/cron.log 2>&1" > /app/cronjob.list
echo "${CRON} bash /app/sync_emby_config.sh ${EMBY} ${RESILIO} >> /config/cron.log 2>&1"
echo "bash /app/sync_emby_config.sh ${EMBY} ${RESILIO}" > /app/command.sh

if crontab /app/cronjob.list; then
Expand Down

0 comments on commit 2d82620

Please sign in to comment.