Merge branch '3.6' of git@github.com:Dolibarr/dolibarr.git into 3.6
This commit is contained in:
commit
321fd47ffc
@ -22,7 +22,7 @@ if [ -f "$1.odt" ]
|
|||||||
nbprocess=$(pgrep -c soffice)
|
nbprocess=$(pgrep -c soffice)
|
||||||
if [ $nbprocess -ne 1 ]
|
if [ $nbprocess -ne 1 ]
|
||||||
then
|
then
|
||||||
soffice --invisible --accept="socket,host=127.0.0.1,port=8100;urp;" --nofirststartwizard --headless&
|
soffice --invisible --accept="socket,host=127.0.0.1,port=8100;urp;" --nofirststartwizard --headless &
|
||||||
retcode=$?
|
retcode=$?
|
||||||
if [ $retcode -ne 0 ]
|
if [ $retcode -ne 0 ]
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user