post_install() { echo " Wildfly is installed as a systemd service." echo " You should run the add-user script (/opt/wildfly/bin/add-user.sh) in order to add a management user" echo " if you want to access the management console, which listens locally on port 9990." echo " The main server listens on all networks at port 8080." } post_upgrade() { post_install "$1" }