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

start.sh update

This commit is contained in:
kaibae19 2022-04-03 20:13:58 -07:00
parent 4e43797c3b
commit 330ba7ba83
2 changed files with 0 additions and 3 deletions

View File

@ -94,8 +94,6 @@ if [ -z "${DAV_HOSTNAME:-}" ]; then
DAV_HOSTNAME
fi
echo "Passed DAV Input"
# If the machine is behind a NAT, inside a VM, etc., it may not know
# its IP address on the public network / the Internet. Ask the Internet
# and possibly confirm with user.

View File

@ -91,7 +91,6 @@ STORAGE_USER=$STORAGE_USER
STORAGE_ROOT=$STORAGE_ROOT
PRIMARY_HOSTNAME=$PRIMARY_HOSTNAME
DAV_HOSTNAME=$DAV_HOSTNAME
RC_DOCK=$RC_DOCK
PUBLIC_IP=$PUBLIC_IP
PUBLIC_IPV6=$PUBLIC_IPV6
PRIVATE_IP=$PRIVATE_IP