mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-17 23:03:47 +01:00
Fix: bash to sh notation on invalid_challenge() hook
This commit is contained in:
committed by
Lukas Schauer
parent
404dc3fe0f
commit
81eecedc5a
@@ -74,7 +74,7 @@ unchanged_cert() {
|
||||
# The path of the file containing the intermediate certificate(s).
|
||||
}
|
||||
|
||||
function invalid_challenge {
|
||||
invalid_challenge() {
|
||||
local DOMAIN="${1}" RESPONSE="${2}"
|
||||
|
||||
# This hook is called if the challenge response has failed, so domain
|
||||
|
||||
Reference in New Issue
Block a user