mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-09-25 21:49:18 +08:00
Update cloudxns-hook.sh
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
function deploy_challenge {
|
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 "$CONFIG" "$DOMAIN" "$TOKEN_VALUE"
|
||||||
sleep 5
|
sleep 5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user