This commit is contained in:
Daniel Hansson 2017-09-02 13:09:07 +02:00 committed by GitHub
parent fb6032559a
commit bca43daaa0

View File

@ -221,7 +221,7 @@ else
fi
}
webroot() {
if eval "certot certonly --webroot --webroot-path $NCPATH $default_le"
if eval "certbot certonly --webroot --webroot-path $NCPATH $default_le"
then
echo "success" > /tmp/le_test
else