summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-07-27 21:30:42 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-07-27 21:30:42 +0100
commit1d6436a6f495cfb6f91bdc92931d947c5468a6e5 (patch)
treead6ddad0462cbbe269a94b292a9a57bb119d67aa
parentUpdate config files (diff)
downloadmythfs-1d6436a6f495cfb6f91bdc92931d947c5468a6e5.tar.bz2
mythfs-1d6436a6f495cfb6f91bdc92931d947c5468a6e5.tar.xz
mythfs-1d6436a6f495cfb6f91bdc92931d947c5468a6e5.zip
Property values should be unquoted
-rw-r--r--mythfs/etc/icebox.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/mythfs/etc/icebox.config b/mythfs/etc/icebox.config
index 1ccda40..2dff484 100644
--- a/mythfs/etc/icebox.config
+++ b/mythfs/etc/icebox.config
@@ -2,5 +2,5 @@ IceBox.Service.MythFS=mythfs:createIceTrayService
IceBox.InheritProperties=1
MythFS.ThreadPool.Size=2
MythFS.ThreadPool.SizeMax=10
-MythFS.Database.ConnectionString="server=mysql;user=mythtv;database=mythconverg;password=mythpass"
-MythFS.Endpoints="tcp -p 4001"
+MythFS.Database.ConnectionString=server=mysql;user=mythtv;database=mythconverg;password=mythpass
+MythFS.Endpoints=tcp -p 4001