OpenCloud: Fix alignment for read -p
This commit is contained in:
parent
5fc32e5646
commit
257de85c63
@ -13,15 +13,15 @@ setting_up_container
|
|||||||
network_check
|
network_check
|
||||||
update_os
|
update_os
|
||||||
|
|
||||||
read -r -p "Enter the hostname of your OpenCloud server (eg cloud.domain.tld): " oc_host
|
read -r -p "${TAB3]Enter the hostname of your OpenCloud server (eg cloud.domain.tld): " oc_host
|
||||||
if [[ "$oc_host" ]]; then
|
if [[ "$oc_host" ]]; then
|
||||||
OC_HOST="$oc_host"
|
OC_HOST="$oc_host"
|
||||||
fi
|
fi
|
||||||
read -r -p "Enter the hostname of your Collabora server (eg collabora.domain.tld): " collabora_host
|
read -r -p "${TAB3}Enter the hostname of your Collabora server (eg collabora.domain.tld): " collabora_host
|
||||||
if [[ "$collabora_host" ]]; then
|
if [[ "$collabora_host" ]]; then
|
||||||
COLLABORA_HOST="$collabora_host"
|
COLLABORA_HOST="$collabora_host"
|
||||||
fi
|
fi
|
||||||
read -r -p "Enter the hostname of your WOPI server (eg wopiserver.domain.tld): " wopi_host
|
read -r -p "${TAB3}Enter the hostname of your WOPI server (eg wopiserver.domain.tld): " wopi_host
|
||||||
if [[ "$wopi_host" ]]; then
|
if [[ "$wopi_host" ]]; then
|
||||||
WOPI_HOST="$wopi_host"
|
WOPI_HOST="$wopi_host"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user