From c5a75da15aaf5ce6cbd18db42447c25a586f1b2f Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Wed, 8 Nov 2023 21:31:23 +0000 Subject: [PATCH] Added finish message --- xmpp-wizard.sh | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/xmpp-wizard.sh b/xmpp-wizard.sh index 6f67876..538b9af 100644 --- a/xmpp-wizard.sh +++ b/xmpp-wizard.sh @@ -980,4 +980,37 @@ ln -s /etc/nginx/sites-available/${domains[4]} /etc/nginx/sites-enabled/${domain systemctl restart nginx -echo "Done!" +echo " + . . + ....... . ...... + .:::::::==+==-: .:--===-::::::: + .:::::::==*####*** :+++++++==-::::::. + ::::::-==+#**####. -+++++++==-:::::: + ------===*####*#. +++++++===------. + ------==+######= .+++++++===-----. + -=-=====*#####* -++++++========. + ========####*#= .++++++========. + -======+######. =++++++=======. + :+++===+#####* -++++++===+++- + .-+++==+*####+ -+++++===+++=. + .=++===*##*#* -+++++===++=: + :=====+##*#*. -+++++=====: + .-===+*####- .=++++====-. + :===+*###*. -+++++===-. + .-==+*###=:=++++==-: + .:-=+*##*+==-:. + .====**#*=. + :-+++=-..:=+**+:. + .:-===-:. :-=+=-:.. + ::... ...:. + CONGRATULATIONS! + +Your XMPP server has been successfully configured and is ready for clients to +begin chatting. All you need to do now is create a user for the admin account, +using the commands below: +set +o history +sudo -u jabber ejabberdctl register $adminusername $domain \"password\" +set -o history + +Make sure to run the set commands so your XMPP password isn't stored in your +.bash_history ;)"