mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
compatibility++
This commit is contained in:
parent
bbea71760c
commit
3b0a95ff97
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ for pkg in acme letsencrypt letsencrypt-apache ; do
|
|||
echo $pkg==$version
|
||||
done > /tmp/hashes.$$
|
||||
|
||||
if ! wc -l /tmp/hashes.$$ | grep -qE "^12 " ; then
|
||||
if ! wc -l /tmp/hashes.$$ | grep -qE "^\s*12 " ; then
|
||||
echo Unexpected peep hash output
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue