Add logging before overriding values in config

This commit is contained in:
Leonard Jonathan Oh 2023-04-13 08:27:34 +00:00
parent cb7adde2a4
commit 8a7cc5ced7

View file

@ -33,6 +33,7 @@ if [ ! -f "$SNAPPYMAIL_CONFIG_FILE" ]; then
su - www-data -s /bin/sh -c 'php /snappymail/index.php' > /dev/null su - www-data -s /bin/sh -c 'php /snappymail/index.php' > /dev/null
fi fi
echo "[INFO] Overriding values in snappymail configuration: $SNAPPYMAIL_CONFIG_FILE"
# Enable output of snappymail logs # Enable output of snappymail logs
sed '/^\; Enable logging/{ sed '/^\; Enable logging/{
N N