Fixed typo and sync description in code
This commit is contained in:
parent
63f8c5a7f7
commit
a5db77017a
|
@ -864,8 +864,7 @@ function misc() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _misc_save_states() {
|
function _misc_save_states() {
|
||||||
# Consolidate all state that should be persisted across container restarts into one mounted
|
# consolidate all states into a single directory (`/var/mail-state`) to allow persistence using docker volumes
|
||||||
# directory
|
|
||||||
statedir=/var/mail-state
|
statedir=/var/mail-state
|
||||||
if [ "$ONE_DIR" = 1 -a -d $statedir ]; then
|
if [ "$ONE_DIR" = 1 -a -d $statedir ]; then
|
||||||
notify 'inf' "Consolidating all state onto $statedir"
|
notify 'inf' "Consolidating all state onto $statedir"
|
||||||
|
|
Loading…
Reference in New Issue