1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-08-02 14:52:28 +00:00

Mark sidecar cron container as deprectated

This commit is contained in:
CrazyMax 2020-05-13 13:29:35 +02:00
parent e35df14d42
commit 4b2c678d99
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -27,9 +27,9 @@ if [ "$SIDECAR_CRON" != "1" ]; then
exit 0
fi
echo ">>"
echo ">> Sidecar cron container detected"
echo ">>"
echo ">>> WARNING: Sidecar cron container is deprecated and will be removed soon."
echo ">>> Please switch to the dispatcher service."
echo ">>> https://github.com/librenms/docker/blob/master/doc/notes/dispatcher-service.md"
rm -rf ${CRONTAB_PATH}
mkdir -m 0644 -p ${CRONTAB_PATH}