mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 19:52:34 +02:00
satisfy OCD by removing space
This commit is contained in:
@@ -285,7 +285,7 @@ BootstrapRpmCommon() {
|
|||||||
yes_flag="-y"
|
yes_flag="-y"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! $SUDO $tool list *virtualenv > /dev/null 2>&1; then
|
if ! $SUDO $tool list *virtualenv >/dev/null 2>&1; then
|
||||||
echo "To use Certbot, packages from the EPEL repository need to be installed."
|
echo "To use Certbot, packages from the EPEL repository need to be installed."
|
||||||
if [ "$ASSUME_YES" = 1 ]; then
|
if [ "$ASSUME_YES" = 1 ]; then
|
||||||
/bin/echo -n "Enabling the EPEL repository in 3 seconds..."
|
/bin/echo -n "Enabling the EPEL repository in 3 seconds..."
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ BootstrapRpmCommon() {
|
|||||||
yes_flag="-y"
|
yes_flag="-y"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! $SUDO $tool list *virtualenv > /dev/null 2>&1; then
|
if ! $SUDO $tool list *virtualenv >/dev/null 2>&1; then
|
||||||
echo "To use Certbot, packages from the EPEL repository need to be installed."
|
echo "To use Certbot, packages from the EPEL repository need to be installed."
|
||||||
if [ "$ASSUME_YES" = 1 ]; then
|
if [ "$ASSUME_YES" = 1 ]; then
|
||||||
/bin/echo -n "Enabling the EPEL repository in 3 seconds..."
|
/bin/echo -n "Enabling the EPEL repository in 3 seconds..."
|
||||||
|
|||||||
Reference in New Issue
Block a user