small echo fix.

This commit is contained in:
2026-03-05 10:36:47 +01:00
parent eac1cfe878
commit 8084a603de

View File

@@ -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}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 -e "${cyan}Dockge${nc} has been installed and launched. go to http://docker.$domain and configure your username and password"
echo "" 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) # Capture the end time (Unix timestamp)
END_TIME=$(date +%s) END_TIME=$(date +%s)