mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Rewrap some comments.
This commit is contained in:
@@ -171,12 +171,12 @@ elif [ "$1" != "--_skip-to-install" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Now we drop into Python so we don't have to install even more
|
# Now we drop into Python so we don't have to install even more
|
||||||
# dependencies (curl, etc.), for better flow control, and for the
|
# dependencies (curl, etc.), for better flow control, and for the option of
|
||||||
# option of future Windows compatibility.
|
# future Windows compatibility.
|
||||||
#
|
#
|
||||||
# This Python script prints a path to a temp dir
|
# This Python script prints a path to a temp dir containing a new copy of
|
||||||
# containing a new copy of letsencrypt-auto or returns non-zero.
|
# letsencrypt-auto or returns non-zero. There is no $ interpolation due to
|
||||||
# There is no $ interpolation due to quotes on heredoc delimiters.
|
# quotes on heredoc delimiters.
|
||||||
set +e
|
set +e
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
TEMP_DIR=`$LE_PYTHON - << "UNLIKELY_EOF"
|
TEMP_DIR=`$LE_PYTHON - << "UNLIKELY_EOF"
|
||||||
|
|||||||
Reference in New Issue
Block a user