[PR #64] [CLOSED] better use grep -q insted of output redirection #693

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/64
Author: @aylen384
Created: 12/26/2015
Status: Closed

Base: masterHead: patch-2


📝 Commits (1)

  • 8a25d3b better use grep -q insted of output redirection

📊 Changes

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

View changed files

📝 letsencrypt.sh (+1 -1)

📄 Description

It's also faster as grep -q finishes on the first matching line.


🔄 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/64 **Author:** [@aylen384](https://github.com/aylen384) **Created:** 12/26/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`8a25d3b`](https://github.com/dehydrated-io/dehydrated/commit/8a25d3baf27b6195afc8b4deffe9ce1aced30089) better use grep -q insted of output redirection ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `letsencrypt.sh` (+1 -1) </details> ### 📄 Description It's also faster as `grep -q` finishes on the first matching line. --- <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:28:30 +01:00
adam closed this issue 2025-12-29 01:28:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#693