summarylogtreecommitdiffstats
path: root/sayit
blob: 3e6c948a89b41e08c86716792f8b9ac5b423a3be (plain)
1
2
3
4
5
6
#!/bin/sh
# The Speech SDK of Azure Cognitive Services is statically linked to OpenSSL
# so it requires setting $SSL_CERT_DIR
# https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-configure-openssl-linux
export SSL_CERT_DIR=/etc/ssl/certs
exec /usr/share/sayit/SayIt "$@"