This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
if [ -n "${SMTP_HOST_FILE}" ]; then
|
||||
SMTP_HOST=$cat ${SMTP_HOST_FILE});
|
||||
SMTP_HOST=$(cat ${SMTP_HOST_FILE});
|
||||
fi
|
||||
|
||||
if [ -n "${SMTP_PORT_FILE}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user