mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Add logging before overriding values in config
This commit is contained in:
parent
cb7adde2a4
commit
8a7cc5ced7
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ if [ ! -f "$SNAPPYMAIL_CONFIG_FILE" ]; then
|
|||
su - www-data -s /bin/sh -c 'php /snappymail/index.php' > /dev/null
|
||||
fi
|
||||
|
||||
echo "[INFO] Overriding values in snappymail configuration: $SNAPPYMAIL_CONFIG_FILE"
|
||||
# Enable output of snappymail logs
|
||||
sed '/^\; Enable logging/{
|
||||
N
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue