diff --git a/run_node.sh b/run_node.sh index 9644d31..9afec96 100644 --- a/run_node.sh +++ b/run_node.sh @@ -62,7 +62,7 @@ if [ -n "${DOMAIN}" ]; then fi if ! [ -e "${LETSENCRYPT_PATH}/privkey.pem" ]; then - echo "The certificate does not exist. Proceeding without supporting the domain" + echo "The certificate does not exist. Proceeding without supporting websocket" else WS_SUPPORT="--websocket-support=true" WSS_SUPPORT="--websocket-secure-support=true"