fix bug in gencode
This commit is contained in:
parent
75f5cf6bb2
commit
83263dded5
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue