1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-11 01:27:17 +00:00

Update questions.sh

This commit is contained in:
kaibae19 2022-04-03 12:05:34 -07:00
parent 44efe62772
commit 55ad698bb1

View File

@ -89,7 +89,7 @@ if [ -z "${DAV_HOSTNAME:-}" ]; then
DAV_HOSTNAME=$PRIMARY_HOSTNAME
input_box "External CalDAV/CardDAV Server" \
"Are you using an external server for CalDAV and CardDAV (Nextcloud), if so, enter the FQDN of the server. \
\n\nIMPORTANT: Changing this from the default will omit the installation of Nextcloud on this system."
\n\nIMPORTANT: Changing this from the default will omit the installation of Nextcloud on this system." \
$DAV_HOSTNAME \
DAV_HOSTNAME
fi