[PR #155] [CLOSED] Add support for --keep-going in cron mode #736

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/155
Author: @BtbN
Created: 2/23/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • dc831fb Add support for --keep-going in cron mode
  • 0a49b90 Echo newline after error details

📊 Changes

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

View changed files

📝 letsencrypt.sh (+14 -1)

📄 Description

Just as the title says.

The strange construct with wait is because with a regular ( ) subshell set -e does not propagate, causing the script to misbehave.

Also adds some newlines to the error function, to make the output more readable in case of errors in keep-going mode.


🔄 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/155 **Author:** [@BtbN](https://github.com/BtbN) **Created:** 2/23/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`dc831fb`](https://github.com/dehydrated-io/dehydrated/commit/dc831fbd510920f29fff9ad25573072a6cda674b) Add support for --keep-going in cron mode - [`0a49b90`](https://github.com/dehydrated-io/dehydrated/commit/0a49b9087d6bdd6715d02f2f9f94f5c1463f24c6) Echo newline after error details ### 📊 Changes **1 file changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `letsencrypt.sh` (+14 -1) </details> ### 📄 Description Just as the title says. The strange construct with wait is because with a regular ( ) subshell set -e does not propagate, causing the script to misbehave. Also adds some newlines to the error function, to make the output more readable in case of errors in keep-going mode. --- <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:43 +01:00
adam closed this issue 2025-12-29 01:28:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#736