fix multi crypto params

This commit is contained in:
nicolas.dorier 2019-09-22 23:09:28 +09:00
parent 617290ced3
commit 7f65cb68a0
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -14,13 +14,13 @@ fi
: "${BTCPAYGEN_CRYPTO1:=$7}"
: "${BTCPAYGEN_CRYPTO2:=$8}"
: "${BTCPAYGEN_CRYPTO3:=$9}"
: "${BTCPAYGEN_CRYPTO4:=$10}"
: "${BTCPAYGEN_CRYPTO5:=$11}"
: "${BTCPAYGEN_CRYPTO6:=$12}"
: "${BTCPAYGEN_CRYPTO7:=$13}"
: "${BTCPAYGEN_CRYPTO8:=$14}"
: "${BTCPAYGEN_CRYPTO9:=$15}"
: "${BTCPAYGEN_LIGHTNING:=$16}"
: "${BTCPAYGEN_CRYPTO4:=${10}}"
: "${BTCPAYGEN_CRYPTO5:=${11}}"
: "${BTCPAYGEN_CRYPTO6:=${12}}"
: "${BTCPAYGEN_CRYPTO7:=${13}}"
: "${BTCPAYGEN_CRYPTO8:=${14}}"
: "${BTCPAYGEN_CRYPTO9:=${15}}"
: "${BTCPAYGEN_LIGHTNING:=${16}}"
: "${BTCPAYGEN_REVERSEPROXY:=nginx}"
CUSTOM_SSH_KEY="${17}"