From 38e88f9b5c9ee145e90e80f83a27901b9dee720c Mon Sep 17 00:00:00 2001 From: Charl Joseph Mert Date: Wed, 11 Nov 2009 10:19:09 +0200 Subject: [PATCH] Removed openoffice quotes around accept=socket,host=127.0.0.1,port=;urp;StarOffice.ServiceManager --- dmsctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmsctl.sh b/dmsctl.sh index 92fd8b9..b571fd9 100755 --- a/dmsctl.sh +++ b/dmsctl.sh @@ -32,7 +32,7 @@ SOFFICE_PIDFILE=$INSTALL_PATH/var/log/soffice.bin.pid SOFFICE_PID="" SOFFICE_PORT="8100" SOFFICEBIN=/usr/bin/soffice -SOFFICE="$SOFFICEBIN -nofirststartwizard -nologo -headless -\"accept=socket,host=127.0.0.1,port=$SOFFICE_PORT;urp;StarOffice.ServiceManager\"" +SOFFICE="$SOFFICEBIN -nofirststartwizard -nologo -headless -accept=socket,host=127.0.0.1,port=$SOFFICE_PORT;urp;StarOffice.ServiceManager" SOFFICE_STATUS="" # Lucene -- libgit2 0.21.4