From 37708b57876e665c615602b2715e2e1d0acff0af Mon Sep 17 00:00:00 2001 From: Erik Wramner Date: Wed, 31 Jul 2019 10:41:32 +0200 Subject: [PATCH] Added comment explaining chksum file location --- target/check-for-changes.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/check-for-changes.sh b/target/check-for-changes.sh index 74de345c..c4239dd9 100755 --- a/target/check-for-changes.sh +++ b/target/check-for-changes.sh @@ -7,6 +7,8 @@ sleep 5 echo "${log_date} Start check-for-changes script." # create work area outside mounted directory +# the checksum file should be reused on subsequent runs, +# but only by this container, not by others using same mount mkdir -p /tmp/docker-mailserver-work CHKSUM_FILE=/tmp/docker-mailserver-work/chksum