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:
parent
e35df14d42
commit
4b2c678d99
1 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue