Merge pull request 'fix: missing ( on line 4' (#3) from dev into master
Reviewed-on: #3
This commit was merged in pull request #3.
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