Fix script

master
andryyy 2016-12-29 09:50:21 +01:00
parent 34b0424aba
commit 9da72dfee4
1 changed files with 2 additions and 4 deletions

View File

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