mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-17 16:21:14 +02:00
chore: praise be linters
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
d094a6ee11
commit
12e02cbb9d
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ function _setup_save_states() {
|
||||||
|
|
||||||
_log 'debug' "Consolidating all state onto ${DMS_STATE_DIR}"
|
_log 'debug' "Consolidating all state onto ${DMS_STATE_DIR}"
|
||||||
|
|
||||||
local DEST DESTDIR SERVICEDIR SERVICEDIRS SERVICEFILE SERVICEFILES
|
local DEST SERVICEDIR SERVICEDIRS SERVICEFILE SERVICEFILES
|
||||||
|
|
||||||
# Always enabled features:
|
# Always enabled features:
|
||||||
SERVICEDIRS=(
|
SERVICEDIRS=(
|
||||||
|
@ -83,7 +83,7 @@ function _setup_save_states() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Symlink the original path in the container ($SERVICEDIR) to be
|
# Symlink the original path in the container ($SERVICEDIR) to be
|
||||||
# sourced from assocaiated path in /var/mail-state/ ($DEST):
|
# sourced from associated path in /var/mail-state/ ($DEST):
|
||||||
ln -s "${DEST}" "${SERVICEDIR}"
|
ln -s "${DEST}" "${SERVICEDIR}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue