We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e6ffaf + bc8f295 commit 0f984baCopy full SHA for 0f984ba
cluster/scripts/charon/run-charon.sh
@@ -89,7 +89,7 @@ function check_DKG() {
89
# If the definition file URL is set and the lock file does not exist, start DKG ceremony
90
if [ -n "${DEFINITION_FILE_URL}" ] && [ ! -f "${CHARON_LOCK_FILE}" ]; then
91
echo "${INFO} Waiting for DKG ceremony..."
92
- charon dkg --definition-file="${DEFINITION_FILE_URL}" --data-dir="${CHARON_ROOT_DIR}" || {
+ charon dkg --definition-file="${DEFINITION_FILE_URL}" --data-dir="${CHARON_ROOT_DIR}" --publish || {
93
echo "${ERROR} DKG ceremony failed"
94
exit 1
95
}
0 commit comments