store $hostname on the correct file

master
Carlos Mogas da Silva 6 years ago
parent 6b05a01f5b
commit 0e1affb0d4
  1. 2
      haraka.sh

@ -8,7 +8,7 @@ if [ ! -f /haraka/config/smtp.ini ]; then
fi fi
# Specify hostname # Specify hostname
echo $HOSTNAME > /haraka/config/me echo $HOSTNAME > /haraka/config/host_list
# Create tls directory if it doesn't # Create tls directory if it doesn't
mkdir -p /haraka/config/tls mkdir -p /haraka/config/tls

Loading…
Cancel
Save