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
|
cat <<EOF
|
||||||
if [ ! -d "$webroot" ]; then
|
if [ ! -d "$webroot" ]; then
|
||||||
echo mkdir -p "$webroot"
|
mkdir -p "$webroot"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
certbot certonly -n --agree-tos --email '$admin_email' --quiet --webroot \
|
certbot certonly -n --agree-tos --email '$admin_email' --quiet --webroot \
|
||||||
|
|
Loading…
Reference in a new issue