Skip to content
Snippets Groups Projects
Commit 8e17514c authored by Bob Mottram's avatar Bob Mottram
Browse files

Exit if prosody modules were not installed

parent ba1c7c26
No related branches found
No related tags found
No related merge requests found
......@@ -812,6 +812,7 @@ function install_xmpp {
update_prosody_modules initial
if [ ! -d /var/lib/prosody/prosody-modules ]; then
echo $'No prosody modules available'
exit 82634
fi
# create a certificate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment