From 097c866d9bbc3cf5ed66366f169c6efb82b13b05 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 4 Feb 2026 21:20:55 -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 1f64a21c6..5c7997e99 100644 --- a/install/opencloud-install.sh +++ b/install/opencloud-install.sh @@ -196,7 +196,7 @@ EOF $STD sudo -u cool coolconfig set ssl.enable false $STD sudo -u cool coolconfig set ssl.termination true $STD sudo -u cool coolconfig set ssl.ssl_verification true -sed -i "s|CSP2\"/>|CSP2\">frame-ancestors https://${OC_HOST}|" /etc/coolwsd/coolwsd.xml +sed -i "s|CSP2\"/>|CSP2\">frame-ancestors https://${OPENCLOUD_FQDN}|" /etc/coolwsd/coolwsd.xml useradd -r -M -s /usr/sbin/nologin opencloud chown -R opencloud:opencloud "$CONFIG_DIR" "$DATA_DIR" sudo -u opencloud opencloud init --config-path "$CONFIG_DIR" --insecure no