Add ssl group

This commit is contained in:
Bob Mottram 2017-06-21 21:16:19 +01:00
parent 5fe06e923f
commit b4924c36f8
1 changed files with 1 additions and 0 deletions

View File

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