Fixed typo and sync description in code

This commit is contained in:
Thomas VIAL 2017-01-09 16:20:09 +01:00
parent 63f8c5a7f7
commit a5db77017a
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 1 additions and 2 deletions

View File

@ -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"