Added finish message
This commit is contained in:
parent
caf6fcd13e
commit
c5a75da15a
@ -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 ;)"
|
||||
|
Loading…
Reference in New Issue
Block a user