From 381bc48bb80a6020c4b7f38ca2643aedb73d5d90 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 4 Feb 2026 21:19:23 -0500 Subject: [PATCH] Apply suggestion from @vhsdream --- 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 14716f112..298e28438 100644 --- a/install/opencloud-install.sh +++ b/install/opencloud-install.sh @@ -74,7 +74,7 @@ curl -fsSL https://raw.githubusercontent.com/opencloud-eu/opencloud-compose/refs curl -fsSL https://raw.githubusercontent.com/opencloud-eu/opencloud-compose/refs/heads/main/config/opencloud/proxy.yaml -o "$CONFIG_DIR"/proxy.yaml.bak cat <"$ENV_FILE" -OC_URL=https://${OC_HOST} +OC_URL=https://${OPENCLOUD_FQDN} OC_INSECURE=false IDM_CREATE_DEMO_USERS=false OC_LOG_LEVEL=warning