From 434d24cbc4e4730ea629607d025bb776bf6c8731 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 8 Dec 2025 09:08:04 +0100 Subject: [PATCH] OpenCloud: Fix alignment for read -p --- install/opencloud-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/opencloud-install.sh b/install/opencloud-install.sh index 6b19d2cb1..5e26e8668 100644 --- a/install/opencloud-install.sh +++ b/install/opencloud-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -read -r -p "${TAB3]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 OC_HOST="$oc_host" fi