mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
quote TEMP_DIR
This commit is contained in:
@@ -457,7 +457,7 @@ if [ "$1" = "--le-auto-phase2" ]; then
|
||||
|
||||
echo "Installing Python packages..."
|
||||
TEMP_DIR=$(TempDir)
|
||||
trap "rm -rf $TEMP_DIR" EXIT
|
||||
trap "rm -rf '$TEMP_DIR'" EXIT
|
||||
# There is no $ interpolation due to quotes on starting heredoc delimiter.
|
||||
# -------------------------------------------------------------------------
|
||||
cat << "UNLIKELY_EOF" > "$TEMP_DIR/setuptools-requirements.txt"
|
||||
|
||||
@@ -205,7 +205,7 @@ if [ "$1" = "--le-auto-phase2" ]; then
|
||||
|
||||
echo "Installing Python packages..."
|
||||
TEMP_DIR=$(TempDir)
|
||||
trap "rm -rf $TEMP_DIR" EXIT
|
||||
trap "rm -rf '$TEMP_DIR'" EXIT
|
||||
# There is no $ interpolation due to quotes on starting heredoc delimiter.
|
||||
# -------------------------------------------------------------------------
|
||||
cat << "UNLIKELY_EOF" > "$TEMP_DIR/setuptools-requirements.txt"
|
||||
|
||||
Reference in New Issue
Block a user