[PR #113] [MERGED] pass IO descriptors to HOOK transparently #720

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/113
Author: @hilbix
Created: 1/25/2016
Status: Merged
Merged: 1/26/2016
Merged by: @lukas2511

Base: masterHead: master


📝 Commits (1)

  • 0c429af pass IO descriptors to HOOK transparently

📊 Changes

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

View changed files

📝 letsencrypt.sh (+7 -4)

📄 Description

closes #101

Verified with following test-hook:

#!/bin/bash

echo "Args:"
for a
do
    echo "$a"
done
echo "Press return"
read

BTW: In contrast to the official client your script is a delight (and just works). Thanks!


🔄 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/113 **Author:** [@hilbix](https://github.com/hilbix) **Created:** 1/25/2016 **Status:** ✅ Merged **Merged:** 1/26/2016 **Merged by:** [@lukas2511](https://github.com/lukas2511) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0c429af`](https://github.com/dehydrated-io/dehydrated/commit/0c429af99ba04183fe39c788413fe44b8276e064) pass IO descriptors to HOOK transparently ### 📊 Changes **1 file changed** (+7 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `letsencrypt.sh` (+7 -4) </details> ### 📄 Description closes #101 Verified with following test-hook: ``` #!/bin/bash echo "Args:" for a do echo "$a" done echo "Press return" read ``` BTW: In contrast to the official client your script is a delight (and just works). Thanks! --- <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:39 +01:00
adam closed this issue 2025-12-29 01:28: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#720