store $hostname on the correct file

master
コミット 0e1affb0d4
  1. 2
      haraka.sh

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

読み込み中…
キャンセル
保存