mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-24 08:32:50 +02:00
Fix script
This commit is contained in:
parent
9da72dfee4
commit
241a8517ec
@ -12,8 +12,8 @@ if [[ -f mailcow.conf ]]; then
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
read -p "Hostname (FQDN): " -i "mx.example.org" MAILCOW_HOSTNAME
|
read -p "Hostname (FQDN): " -ei "mx.example.org" MAILCOW_HOSTNAME
|
||||||
read -p "Timezone: " -i "Europe/Berlin" TZ
|
read -p "Timezone: " -ei "Europe/Berlin" TZ
|
||||||
|
|
||||||
cat << EOF > mailcow.conf
|
cat << EOF > mailcow.conf
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user