mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
feat: execute motd at the end of the install
This should prompt users to complete the install as normal.
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