Update cloudxns-hook.sh

This commit is contained in:
tianyu 2016-02-17 10:13:12 +08:00
parent bfc3865cde
commit 809424afc6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
function deploy_challenge {
local DOMAIN="${1}" TOKEN_FILENAME="${2}" TOKEN_VALUE="${3}"
echo "$DOMAIN" "$TOKEN_FILENAME" "$TOKEN_VALUE"
./cloudxns.sh ./cloudxns.conf "$DOMAIN" "$TOKEN_VALUE"
./cloudxns.sh "$CONFIG" "$DOMAIN" "$TOKEN_VALUE"
sleep 5
}