mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-05 12:41:52 +02: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).
|
# The path of the file containing the intermediate certificate(s).
|
||||||
}
|
}
|
||||||
|
|
||||||
function invalid_challenge {
|
invalid_challenge() {
|
||||||
local DOMAIN="${1}" RESPONSE="${2}"
|
local DOMAIN="${1}" RESPONSE="${2}"
|
||||||
|
|
||||||
# This hook is called if the challenge response has failed, so domain
|
# This hook is called if the challenge response has failed, so domain
|
||||||
|
|||||||
Reference in New Issue
Block a user