From 8a7cc5ced7c427d367cce0b3153e75be1fc778e1 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Thu, 13 Apr 2023 08:27:34 +0000 Subject: [PATCH] Add logging before overriding values in config --- .docker/release/files/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.docker/release/files/entrypoint.sh b/.docker/release/files/entrypoint.sh index 567889e57..92e3be241 100755 --- a/.docker/release/files/entrypoint.sh +++ b/.docker/release/files/entrypoint.sh @@ -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