mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-02 14:03:11 +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
|
||||
|
||||
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user