[PR #485] [CLOSED] fixed "sed: invalid option -- 'E'" #850

Closed
opened 2025-12-29 01:29:39 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/485
Author: @edieterich
Created: 2/22/2018
Status: Closed

Base: masterHead: fix_sed_invalid_option


📝 Commits (1)

  • 3f9478e fixed "sed: invalid option -- 'E'"

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 dehydrated (+1 -1)

📄 Description

While hitting a Let's Encrypt rate limit dehydrated printed this error:

sed: invalid option -- 'E'

This is caused by one occurrence in dehydrated where sed is used directly instead of the _sed wrapper. This pull requests fixes this.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/485 **Author:** [@edieterich](https://github.com/edieterich) **Created:** 2/22/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_sed_invalid_option` --- ### 📝 Commits (1) - [`3f9478e`](https://github.com/dehydrated-io/dehydrated/commit/3f9478e630427e75d08b630e53d9ee8a602113d5) fixed "sed: invalid option -- 'E'" ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+1 -1) </details> ### 📄 Description While hitting a Let's Encrypt rate limit dehydrated printed this error: ``sed: invalid option -- 'E'`` This is caused by one occurrence in dehydrated where sed is used directly instead of the _sed wrapper. This pull requests fixes this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:29:39 +01:00
adam closed this issue 2025-12-29 01:29:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#850