1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-17 21:56:41 +03:00

Fix execution scheduling (#7)

**Dockerfile**
- Fix `CRON_TIME`.

**backup.sh**
- Remove `TIMESTAMP` variable.
- Change how `date` is displayed when `echo`ing.
This commit is contained in:
jmqm
2021-05-26 00:57:04 -05:00
committed by GitHub
parent 6974723efe
commit 734956821c
3 changed files with 5 additions and 8 deletions

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache \
xz \
tzdata
ENV CRON_TIME "* */12 * * *"
ENV CRON_TIME "0 */12 * * *"
ENV UID 100
ENV GID 100
ENV CRONFILE /etc/crontabs/root