Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
b4924c36f8
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      src/freedombone-addcert

+ 1
- 0
src/freedombone-addcert Parādīt failu

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