Fix script

master
andryyy 2016-12-29 09:51:18 +01:00
parent 9da72dfee4
commit 241a8517ec
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ if [[ -f mailcow.conf ]]; then
esac
fi
read -p "Hostname (FQDN): " -i "mx.example.org" MAILCOW_HOSTNAME
read -p "Timezone: " -i "Europe/Berlin" TZ
read -p "Hostname (FQDN): " -ei "mx.example.org" MAILCOW_HOSTNAME
read -p "Timezone: " -ei "Europe/Berlin" TZ
cat << EOF > mailcow.conf
# ------------------------------