fix: missing (
All checks were successful
ci/woodpecker/push/build-dev Pipeline was successful

This commit is contained in:
2023-03-18 15:02:27 +01:00
parent 10459d7ae8
commit 4d531c2af9

View File

@@ -1,7 +1,7 @@
#! /usr/bin/env sh #! /usr/bin/env sh
if [ -n "${SMTP_HOST_FILE}" ]; then if [ -n "${SMTP_HOST_FILE}" ]; then
SMTP_HOST=$cat ${SMTP_HOST_FILE}); SMTP_HOST=$(cat ${SMTP_HOST_FILE});
fi fi
if [ -n "${SMTP_PORT_FILE}" ]; then if [ -n "${SMTP_PORT_FILE}" ]; then