mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
added a missing space in letsencrypt-auto.template as well
This commit is contained in:
parent
3a9f91a169
commit
d34c6779e8
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ Bootstrap() {
|
|||
elif [ -f /etc/redhat-release ]; then
|
||||
echo "Bootstrapping dependencies for RedHat-based OSes..."
|
||||
BootstrapRpmCommon
|
||||
elif [ -f /etc/os-release] && `grep -q openSUSE /etc/os-release` ; then
|
||||
elif [ -f /etc/os-release ] && `grep -q openSUSE /etc/os-release` ; then
|
||||
echo "Bootstrapping dependencies for openSUSE-based OSes..."
|
||||
BootstrapSuseCommon
|
||||
elif [ -f /etc/arch-release ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue