mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
"Already validated" failure #172
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 @BastienDurel on GitHub (Dec 22, 2016).
Hello,
When a challenge is in state "valid", the validation loop is skipped, and variables are not initialized, therefore the script crashes :
commenting the
continueat line 476 makes it working, but I'm not sure it's the best solution (but I'm not a bash expert ;))@lukas2511 commented on GitHub (Dec 22, 2016):
Commenting the "continue" line would completely disable the feature to skip already validated domains, I'm working on a fix right now.
@BastienDurel commented on GitHub (Dec 22, 2016):
I know this is disabling the functionality, It was not a proposed fix, only a workaround info