mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-18 02:32:09 +00:00
start.sh update
This commit is contained in:
parent
4e43797c3b
commit
330ba7ba83
@ -94,8 +94,6 @@ if [ -z "${DAV_HOSTNAME:-}" ]; then
|
|||||||
DAV_HOSTNAME
|
DAV_HOSTNAME
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Passed DAV Input"
|
|
||||||
|
|
||||||
# If the machine is behind a NAT, inside a VM, etc., it may not know
|
# 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
|
# its IP address on the public network / the Internet. Ask the Internet
|
||||||
# and possibly confirm with user.
|
# and possibly confirm with user.
|
||||||
|
@ -91,7 +91,6 @@ STORAGE_USER=$STORAGE_USER
|
|||||||
STORAGE_ROOT=$STORAGE_ROOT
|
STORAGE_ROOT=$STORAGE_ROOT
|
||||||
PRIMARY_HOSTNAME=$PRIMARY_HOSTNAME
|
PRIMARY_HOSTNAME=$PRIMARY_HOSTNAME
|
||||||
DAV_HOSTNAME=$DAV_HOSTNAME
|
DAV_HOSTNAME=$DAV_HOSTNAME
|
||||||
RC_DOCK=$RC_DOCK
|
|
||||||
PUBLIC_IP=$PUBLIC_IP
|
PUBLIC_IP=$PUBLIC_IP
|
||||||
PUBLIC_IPV6=$PUBLIC_IPV6
|
PUBLIC_IPV6=$PUBLIC_IPV6
|
||||||
PRIVATE_IP=$PRIVATE_IP
|
PRIVATE_IP=$PRIVATE_IP
|
||||||
|
Loading…
Reference in New Issue
Block a user