From 03b9aebf4c9c42ac824ef52937feae915b28ac86 Mon Sep 17 00:00:00 2001 From: gabrielmer <101006718+gabrielmer@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:55:36 +0200 Subject: [PATCH] improve error message Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com> --- run_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"