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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/155
Author: @BtbN
Created: 2/23/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
dc831fbAdd support for --keep-going in cron mode0a49b90Echo 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.