Limit motd lines to 90

This commit is contained in:
Johannes Zellner
2025-01-27 22:02:29 +01:00
parent 98fb9c89de
commit 42ce3cb405
+4 -3
View File
@@ -54,12 +54,13 @@ else
printf "\t\t\tNOTE TO CLOUDRON ADMINS\n"
printf "\t\t\t-----------------------\n"
printf "Please do not run apt upgrade manually as it will update packages that\n"
printf "Cloudron relies on and may break the installation. Ubuntu security updates\n"
printf "are automatically installed on this server every night.\n"
printf "Cloudron relies on and may break the installation. Ubuntu security\n"
printf "updates are automatically installed on this server every night.\n"
printf "\n"
printf "Read more at https://docs.cloudron.io/security/#os-updates\n"
printf "\n"
printf "Unable to reach the dashboard? Run 'cloudron-support --troubleshoot'. See https://docs.cloudron.io/troubleshooting/\n"
printf "Unable to reach the dashboard? Run 'cloudron-support --troubleshoot'.\n"
printf "See https://docs.cloudron.io/troubleshooting/\n"
fi
printf "\nFor help and more information, visit https://forum.cloudron.io\n\n"