Merge pull request 'fix: missing ( on line 4' (#3) from dev into master
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2023-03-18 15:25:09 +01:00

View File

@@ -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