mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
FreeBSD sed doesn't parse challenges properly #113
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?
Originally created by @bahamat on GitHub (May 31, 2016).
At line 381,
challengesis set to an empty value and the script aborts due topipefailat line 383.The fix for this is to remove new lines and collapse the output into a single line.
@bahamat commented on GitHub (Jun 14, 2016):
Not an issue after #202.