OpenCloud: clarify FQDN for users
This commit is contained in:
parent
2d19e18c9a
commit
860113eaa4
@ -13,15 +13,15 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
read -r -p "Enter the hostname of your OpenCloud server: " oc_host
|
||||
read -r -p "Enter the hostname of your OpenCloud server (eg cloud.domain.tld): " oc_host
|
||||
if [[ "$oc_host" ]]; then
|
||||
OC_HOST="$oc_host"
|
||||
fi
|
||||
read -r -p "Enter the hostname of your Collabora server: " collabora_host
|
||||
read -r -p "Enter the hostname of your Collabora server (eg collabora.domain.tld): " collabora_host
|
||||
if [[ "$collabora_host" ]]; then
|
||||
COLLABORA_HOST="$collabora_host"
|
||||
fi
|
||||
read -r -p "Enter the hostname of your WOPI server: " wopi_host
|
||||
read -r -p "Enter the hostname of your WOPI server (eg wopiserver.domain.tld): " wopi_host
|
||||
if [[ "$wopi_host" ]]; then
|
||||
WOPI_HOST="$wopi_host"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user