Commit 38e88f9b5c9ee145e90e80f83a27901b9dee720c
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 | 32 | SOFFICE_PID="" |
| 33 | 33 | SOFFICE_PORT="8100" |
| 34 | 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 | 36 | SOFFICE_STATUS="" |
| 37 | 37 | |
| 38 | 38 | # Lucene | ... | ... |