Limit motd lines to 90
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user