From a5db77017aa7e14cd7affd8dba9385370e7d8607 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 9 Jan 2017 16:20:09 +0100 Subject: [PATCH] Fixed typo and sync description in code --- target/start-mailserver.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index bbe739a1..43556b5b 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -864,8 +864,7 @@ function misc() { } function _misc_save_states() { - # Consolidate all state that should be persisted across container restarts into one mounted - # directory + # consolidate all states into a single directory (`/var/mail-state`) to allow persistence using docker volumes statedir=/var/mail-state if [ "$ONE_DIR" = 1 -a -d $statedir ]; then notify 'inf' "Consolidating all state onto $statedir"