mirror of
https://bitbucket.org/shim_/mumble.git
synced 2019-09-08 21:58:51 +02:00
fixed typo
This commit is contained in:
4
init.sh
4
init.sh
@@ -33,8 +33,8 @@ if [ ! -e /data/murmur.conf ]; then
|
|||||||
if [ ! -z "$SSL" ] && [ "$SSL" != "false" ]; then
|
if [ ! -z "$SSL" ] && [ "$SSL" != "false" ]; then
|
||||||
NAME='murmur'
|
NAME='murmur'
|
||||||
if [ ! -z "$SSL_FILENAME" ]; then NAME="$SSL_FILENAME"; fi
|
if [ ! -z "$SSL_FILENAME" ]; then NAME="$SSL_FILENAME"; fi
|
||||||
write_config "sslCert=/data/ssl/$NAME.pem"
|
write_config 'sslCert' "/data/ssl/$NAME.pem"
|
||||||
write_config "sslKey=/data/ssl/$NAME.key"
|
write_config 'sslKey' "/data/ssl/$NAME.key"
|
||||||
fi
|
fi
|
||||||
if [ ! -z "$DATABASE" ] && [ "$DATABASE" == "MYSQL" ]; then
|
if [ ! -z "$DATABASE" ] && [ "$DATABASE" == "MYSQL" ]; then
|
||||||
if [ ! -z "$DB_NAME" ] && [ ! -z "$DB_HOST" ]; then
|
if [ ! -z "$DB_NAME" ] && [ ! -z "$DB_HOST" ]; then
|
||||||
|
Reference in New Issue
Block a user