Browse Source

Exit if prosody modules were not installed

Bob Mottram 8 years ago
parent
commit
8e17514c81
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-xmpp

+ 1
- 0
src/freedombone-app-xmpp View File

812
     update_prosody_modules initial
812
     update_prosody_modules initial
813
     if [ ! -d /var/lib/prosody/prosody-modules ]; then
813
     if [ ! -d /var/lib/prosody/prosody-modules ]; then
814
         echo $'No prosody modules available'
814
         echo $'No prosody modules available'
815
+        exit 82634
815
     fi
816
     fi
816
 
817
 
817
     # create a certificate
818
     # create a certificate