diff --git a/setup/questions.sh b/setup/questions.sh index 84e72e27..d4cf196f 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -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. diff --git a/setup/start.sh b/setup/start.sh index 50c943f3..f875d1af 100755 --- a/setup/start.sh +++ b/setup/start.sh @@ -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