mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-28 11:40:23 +02:00
chore: Typo fix for debug log (#4480)
This commit is contained in:
parent
7b6f1cf7ea
commit
a0e0013260
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ function _setup_run_user_patches() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function __log_fixes() {
|
function __log_fixes() {
|
||||||
_log 'debug' 'Ensuring /var/log/mail owneership + permissions are correct'
|
_log 'debug' 'Ensuring /var/log/mail ownership + permissions are correct'
|
||||||
|
|
||||||
# File/folder permissions are fine when using docker volumes, but may be wrong
|
# File/folder permissions are fine when using docker volumes, but may be wrong
|
||||||
# when file system folders are mounted into the container.
|
# when file system folders are mounted into the container.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue