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

Minor echo changes and additions (#9)

- Remove unnecessary `echo`es.
- Remove `LOGFILE` environment variable.
- Minor documentation and `echo` changes and additions.
This commit is contained in:
jmqm
2021-05-26 06:32:01 -05:00
committed by GitHub
parent 48b391d082
commit f9531d4a50
4 changed files with 10 additions and 15 deletions

View File

@ -13,7 +13,6 @@ ENV CRON_TIME "0 */12 * * *"
ENV UID 100
ENV GID 100
ENV CRONFILE /etc/crontabs/root
ENV LOGFILE /app/log/backup.log
ENV DELETE_AFTER 0
COPY entrypoint.sh /usr/local/bin/entrypoint.sh