Commit 38e88f9b5c9ee145e90e80f83a27901b9dee720c

Authored by Charl Joseph Mert
1 parent 25100876

Removed openoffice quotes around accept=socket,host=127.0.0.1,port=;urp;StarOffice.ServiceManager

Committed by: Charl Joseph Mert
Reviewed by: Prince Mbekwa
Showing 1 changed file with 1 additions and 1 deletions
dmsctl.sh
@@ -32,7 +32,7 @@ SOFFICE_PIDFILE=$INSTALL_PATH/var/log/soffice.bin.pid @@ -32,7 +32,7 @@ SOFFICE_PIDFILE=$INSTALL_PATH/var/log/soffice.bin.pid
32 SOFFICE_PID="" 32 SOFFICE_PID=""
33 SOFFICE_PORT="8100" 33 SOFFICE_PORT="8100"
34 SOFFICEBIN=/usr/bin/soffice 34 SOFFICEBIN=/usr/bin/soffice
35 -SOFFICE="$SOFFICEBIN -nofirststartwizard -nologo -headless -\"accept=socket,host=127.0.0.1,port=$SOFFICE_PORT;urp;StarOffice.ServiceManager\"" 35 +SOFFICE="$SOFFICEBIN -nofirststartwizard -nologo -headless -accept=socket,host=127.0.0.1,port=$SOFFICE_PORT;urp;StarOffice.ServiceManager"
36 SOFFICE_STATUS="" 36 SOFFICE_STATUS=""
37 37
38 # Lucene 38 # Lucene