From 6f05788f7b5afe68865926afecd2c66260b2fb2d Mon Sep 17 00:00:00 2001 From: cmharper <1422608+cmharper@users.noreply.github.com> Date: Mon, 15 Apr 2019 08:31:50 +0100 Subject: [PATCH] Removed hide_output from mkdir --- setup/mail-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 253c7230..e029f92b 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -218,7 +218,7 @@ tools/editconf.py /etc/postfix/main.cf \ # ### MTA-STS - SMTP Mail Transfer Agent Strict Transport Security - SETUP # See: https://github.com/mail-in-a-box/mailinabox/pull/1556 # create the MTA-STS policy -hide_output mkdir -p /var/lib/mailinabox/ +mkdir -p /var/lib/mailinabox/ cat > /var/lib/mailinabox/mta-sts.txt << EOF version: STSv1 mode: enforce