fix bug in gencode

This commit is contained in:
kamila 2017-10-31 19:19:41 +01:00
parent 75f5cf6bb2
commit 83263dded5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
cat <<EOF
if [ ! -d "$webroot" ]; then
echo mkdir -p "$webroot"
mkdir -p "$webroot"
fi
certbot certonly -n --agree-tos --email '$admin_email' --quiet --webroot \