Browse Source

Add ssl group

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

+ 1
- 0
src/freedombone-addcert View File

223
 
223
 
224
     if [ ! -f /usr/bin/certbot ]; then
224
     if [ ! -f /usr/bin/certbot ]; then
225
         apt-get -yq install certbot
225
         apt-get -yq install certbot
226
+        groupadd ssl-cert
226
         if [ ! -f /usr/bin/certbot ]; then
227
         if [ ! -f /usr/bin/certbot ]; then
227
             echo $'LetsEncrypt certbot failed to install'
228
             echo $'LetsEncrypt certbot failed to install'
228
             exit 762830
229
             exit 762830