lowercase xahaud.

This commit is contained in:
JScottBranson
2025-12-17 11:59:48 -05:00
parent 80026fd932
commit c6db5bdc03

View File

@@ -111,7 +111,7 @@ if [[ ! -f "${CONF_DIR}validators-xahau.txt" ]]; then
curl -fsSL ${VAL_URL} -o ${CONF_DIR}validators-xahau.txt
fi
### DOWNLOAD XAHAUD ###
### DOWNLOAD xahaud ###
if [[ ! -f "${XAHAUD_DIR}xahaud" ]]; then
curl -fsSL ${BINARY_URL} -o ${XAHAUD_DIR}xahaud
elif [[ -f "${XAHAUD_DIR}xahaud" ]]; then