Johannesj00 commited on
Commit
b8994e7
·
1 Parent(s): 90285a7
Files changed (1) hide show
  1. entrypoint.sh +4 -0
entrypoint.sh CHANGED
@@ -8,6 +8,10 @@ if [ -f "$ENV_FILE" ]; then
8
  echo "[BOOT] Loading env from $ENV_FILE"
9
  set -a
10
  . "$ENV_FILE"
 
 
 
 
11
  set +a
12
  else
13
  echo "[BOOT] No env file at $ENV_FILE (continuing without it)"
 
8
  echo "[BOOT] Loading env from $ENV_FILE"
9
  set -a
10
  . "$ENV_FILE"
11
+ echo "[CHECK] SMTP_HOST set? ${SMTP_HOST:+yes}"
12
+ echo "[CHECK] SMTP_PORT set? ${SMTP_PORT:+yes}"
13
+ echo "[CHECK] SMTP_USER set? ${SMTP_USER:+yes}"
14
+ echo "[CHECK] SMTP_PASS set? ${SMTP_PASS:+yes}"
15
  set +a
16
  else
17
  echo "[BOOT] No env file at $ENV_FILE (continuing without it)"