Skip to content

Commit

Permalink
Fix variable in cns-hook-util (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s authored Mar 24, 2022
1 parent f707cfc commit 75bb421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cns-hook-util
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function clean_challenge {
: "$tokenfn" > /dev/null 2>&1

local zname
alias=$(get_zonename)
zname=$(get_zonename)
if [ "$zname" != "global" ]; then
verifyvm "$domain" "$zname"
mdata_delete "triton.cns.acme-challenge"
Expand Down

0 comments on commit 75bb421

Please sign in to comment.