From 2aa354913acd154235d1a837439da4513e34c4dd Mon Sep 17 00:00:00 2001 From: shim_ Date: Sat, 28 May 2016 16:14:45 +0200 Subject: [PATCH] fixed typo --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index f6b325b..b4f571e 100755 --- a/init.sh +++ b/init.sh @@ -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