1
0
mirror of https://bitbucket.org/shim_/mumble.git synced 2019-09-08 21:58:51 +02:00

fixed typo

This commit is contained in:
shim_
2016-05-28 16:14:45 +02:00
parent 834902e0fc
commit 2aa354913a

View File

@@ -33,8 +33,8 @@ if [ ! -e /data/murmur.conf ]; then
if [ ! -z "$SSL" ] && [ "$SSL" != "false" ]; then
NAME='murmur'
if [ ! -z "$SSL_FILENAME" ]; then NAME="$SSL_FILENAME"; fi
write_config "sslCert=/data/ssl/$NAME.pem"
write_config "sslKey=/data/ssl/$NAME.key"
write_config 'sslCert' "/data/ssl/$NAME.pem"
write_config 'sslKey' "/data/ssl/$NAME.key"
fi
if [ ! -z "$DATABASE" ] && [ "$DATABASE" == "MYSQL" ]; then
if [ ! -z "$DB_NAME" ] && [ ! -z "$DB_HOST" ]; then