From 8084a603de78d7890bd1191b2ec3371aeb02d053 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Thu, 5 Mar 2026 10:36:47 +0100 Subject: [PATCH] small echo fix. --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index 9a613df..3ece21e 100644 --- a/deploy.sh +++ b/deploy.sh @@ -464,6 +464,8 @@ echo -e "${cyan}bookstack${nc} has been launched from http://docs.$domain, log i echo -e "${cyan}Nginx Proxy Manager${nc} has been installed and launched. go to http://proxy.$domain and configure your username and password" echo -e "${cyan}Dockge${nc} has been installed and launched. go to http://docker.$domain and configure your username and password" echo "" +echo "you may have to go to settings > additional in owncloud and click "save" for the onlyoffice server settings." +echo "" # Capture the end time (Unix timestamp) END_TIME=$(date +%s)