mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-08-11 22:40:59 +08:00
prevent globbing and word splitting
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
function deploy_challenge {
|
||||
local DOMAIN="${1}" TOKEN_FILENAME="${2}" TOKEN_VALUE="${3}"
|
||||
echo $DOMAIN $TOKEN_FILENAME $TOKEN_VALUE
|
||||
./dnspod.sh $CONFIG $DOMAIN $TOKEN_VALUE
|
||||
echo "$DOMAIN" "$TOKEN_FILENAME" "$TOKEN_VALUE"
|
||||
./dnspod.sh "$CONFIG" "$DOMAIN" "$TOKEN_VALUE"
|
||||
sleep 5
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user