mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #64] [CLOSED] better use grep -q insted of output redirection #693
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/64
Author: @aylen384
Created: 12/26/2015
Status: ❌ Closed
Base:
master← Head:patch-2📝 Commits (1)
8a25d3bbetter 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 -qfinishes on the first matching line.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.