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)