Exit if prosody modules were not installed
This commit is contained in:
parent
ba1c7c26b7
commit
8e17514c81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue