From 5b93531fcbab05632acf91ca1586cad4ad98203d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Tue, 3 Sep 2024 08:55:02 -0400 Subject: [PATCH] Move configuration notice to main script --- ct/collabora.sh | 3 ++- install/collabora-install.sh | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ct/collabora.sh b/ct/collabora.sh index c5cb0f9e..3d776b33 100644 --- a/ct/collabora.sh +++ b/ct/collabora.sh @@ -67,4 +67,5 @@ start build_container description -msg_ok "Completed Successfully!\n" \ No newline at end of file +msg_ok "Completed Successfully!\n" +echo -e "Don't forget to setup reverse proxy. See ${BL}https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination${CL}" \ No newline at end of file diff --git a/install/collabora-install.sh b/install/collabora-install.sh index df32d660..b79f35e5 100644 --- a/install/collabora-install.sh +++ b/install/collabora-install.sh @@ -44,5 +44,3 @@ msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean msg_ok "Cleaned" - -echo -e "Don't forget to setup reverse proxy. See ${BL}https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination${CL}"