mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Merge pull request #2412 from gicappa/master
added a missing space that was causing an error in letsencrypt-auto [needs revision]
This commit is contained in:
@@ -372,7 +372,7 @@ Bootstrap() {
|
|||||||
elif [ -f /etc/redhat-release ]; then
|
elif [ -f /etc/redhat-release ]; then
|
||||||
echo "Bootstrapping dependencies for RedHat-based OSes..."
|
echo "Bootstrapping dependencies for RedHat-based OSes..."
|
||||||
BootstrapRpmCommon
|
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..."
|
echo "Bootstrapping dependencies for openSUSE-based OSes..."
|
||||||
BootstrapSuseCommon
|
BootstrapSuseCommon
|
||||||
elif [ -f /etc/arch-release ]; then
|
elif [ -f /etc/arch-release ]; then
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ Bootstrap() {
|
|||||||
elif [ -f /etc/redhat-release ]; then
|
elif [ -f /etc/redhat-release ]; then
|
||||||
echo "Bootstrapping dependencies for RedHat-based OSes..."
|
echo "Bootstrapping dependencies for RedHat-based OSes..."
|
||||||
BootstrapRpmCommon
|
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..."
|
echo "Bootstrapping dependencies for openSUSE-based OSes..."
|
||||||
BootstrapSuseCommon
|
BootstrapSuseCommon
|
||||||
elif [ -f /etc/arch-release ]; then
|
elif [ -f /etc/arch-release ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user