We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba1ca00 + 309a63f commit 34d3f5fCopy full SHA for 34d3f5f
scripts/checker.sh
@@ -17,6 +17,8 @@ MAX_AGE=300 # max age in seconds should be the same interval as the cron setting
17
# check if index sync status file exists
18
if [[ ! -f "${LAST_SYNC}" ]]; then
19
echo "index sync status file does not exist ${LAST_SYNC}"
20
+ # reload cron / restart in case it has not been activated correctly during initial container start
21
+ envsubst < docker-crontab | crontab
22
exit 1
23
fi
24
0 commit comments