Add motd message for cloudron admins about updates

Fixes #351
This commit is contained in:
Girish Ramakrishnan
2017-08-10 12:10:37 -07:00
parent 93cafebfdb
commit f17bde2d97
2 changed files with 12 additions and 0 deletions

9
setup/start/cloudron-motd Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
# motd hook to remind admins about updates
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 your installation. Ubuntu security updates\n"
printf "are automatically installed on this server every night.\n"
printf "\n"
printf "Read more at https://cloudron.io/documentation/security/#os-updates\n"