no quotes

This commit is contained in:
Thomas Bell 2020-03-28 14:50:11 -04:00
parent bd3217a95d
commit de02112c6b
No known key found for this signature in database
GPG Key ID: 0223265715C296F9

View File

@ -8,7 +8,7 @@ else
fi
if [ -n "${SSL_KEY}" ] && [ -n "${SSL_CERT}" ]; then
SSL_CONFIG="--cert \'${SSL_CERT}\' --cert-key \'${SSL_KEY}\'"
SSL_CONFIG="--cert ${SSL_CERT} --cert-key ${SSL_KEY}"
else
echo "Running insecurely on HTTP."
SSL_CONFIG=""