mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #155] [CLOSED] Add support for --keep-going in cron mode #736
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/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.