Update cloudxns-hook.sh
This commit is contained in:
parent
342ec84f82
commit
48f8f0a6f2
|
@ -4,6 +4,7 @@ function deploy_challenge {
|
||||||
local DOMAIN="${1}" TOKEN_FILENAME="${2}" TOKEN_VALUE="${3}"
|
local DOMAIN="${1}" TOKEN_FILENAME="${2}" TOKEN_VALUE="${3}"
|
||||||
echo $DOMAIN $TOKEN_FILENAME $TOKEN_VALUE
|
echo $DOMAIN $TOKEN_FILENAME $TOKEN_VALUE
|
||||||
./cloudxns.sh ./cloudxns.conf $DOMAIN $TOKEN_VALUE
|
./cloudxns.sh ./cloudxns.conf $DOMAIN $TOKEN_VALUE
|
||||||
|
sleep 5
|
||||||
}
|
}
|
||||||
|
|
||||||
function clean_challenge {
|
function clean_challenge {
|
||||||
|
|
Loading…
Reference in New Issue