mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-15 23:38:30 +02:00
chore: silence _setup_adjust_state_permissions
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
bdd3db50d6
commit
e549b73e09
1 changed files with 1 additions and 4 deletions
|
@ -88,10 +88,7 @@ function _setup_save_states() {
|
|||
}
|
||||
|
||||
function _setup_adjust_state_permissions() {
|
||||
if [[ ! -d ${DMS_STATE_DIR:?DMS_STATE_DIR is not set} ]]; then
|
||||
_log 'debug' "'${DMS_STATE_DIR}' is not present - not adjusting state permissions"
|
||||
return 0
|
||||
fi
|
||||
[[ -d ${DMS_STATE_DIR:?DMS_STATE_DIR is not set} ]] || return 0
|
||||
|
||||
# This ensures the user and group of the files from the external mount have their
|
||||
# numeric ID values in sync. New releases where the installed packages order changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue