mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-08 00:43:07 +00:00
improve error message
Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
parent
fe7508c54d
commit
03b9aebf4c
@ -62,7 +62,7 @@ if [ -n "${DOMAIN}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -e "${LETSENCRYPT_PATH}/privkey.pem" ]; then
|
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
|
else
|
||||||
WS_SUPPORT="--websocket-support=true"
|
WS_SUPPORT="--websocket-support=true"
|
||||||
WSS_SUPPORT="--websocket-secure-support=true"
|
WSS_SUPPORT="--websocket-secure-support=true"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user