added a missing space in letsencrypt-auto.template as well

This commit is contained in:
Gian Carlo Pace 2016-02-09 23:34:38 +01:00
parent 3a9f91a169
commit d34c6779e8

View file

@ -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