mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #4730 from dokku/execute-motd
Execute motd at the end of the install
This commit is contained in:
@@ -268,6 +268,10 @@ main() {
|
||||
ensure-environment
|
||||
install-requirements
|
||||
install-dokku
|
||||
|
||||
if [[ -f /etc/update-motd.d/99-dokku ]]; then
|
||||
/etc/update-motd.d/99-dokku || true
|
||||
fi
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
Reference in New Issue
Block a user